First time here? Check out the FAQ!
answered 2020-06-18 21:40:47 +0000
Look in pinfo->p2p_dir, it is set as follows in the SLL dissector before your dissector is called.
case LINUX_SLL_OUTGOING: pinfo->p2p_dir = P2P_DIR_SENT;