exported PDU: Fix comment

It's P2P_DIR_RECV not P2P_DIR_RCVD
This commit is contained in:
John Thacker 2021-06-02 01:09:33 -04:00
parent 2f5c0ffdb2
commit d648f74550
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ WS_DLL_PUBLIC GSList *get_export_pdu_tap_list(void);
*/
#define EXP_PDU_TAG_TCP_INFO_DATA 34
#define EXP_PDU_TAG_P2P_DIRECTION 35 /**< The packet direction (P2P_DIR_SENT, P2P_DIR_RCVD). */
#define EXP_PDU_TAG_P2P_DIRECTION 35 /**< The packet direction (P2P_DIR_SENT, P2P_DIR_RECV). */
typedef struct _exp_pdu_data_t {
guint tlv_buffer_len;