summaryrefslogtreecommitdiff
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-03-30 17:13:46 +0200
committerAnders Broman <a.broman58@gmail.com>2016-03-31 10:59:06 +0000
commit4b4c7a76c3af9c8c52b6e170f91bc688d0bdf6fe (patch)
treef178698056fca924dce79a308d2ca3cc8bf460a9 /epan/exported_pdu.h
parent4de738f5a720012afde1c9e38b1cbf1131fdee34 (diff)
downloadwireshark-4b4c7a76c3af9c8c52b6e170f91bc688d0bdf6fe.tar.gz
[Nettrace] Add parsing of some HSS records.
Change-Id: I7c2f6ebdb20f90533ee008e1b4557ef27d4672dc Reviewed-on: https://code.wireshark.org/review/14708 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index 844e3c8fda..634354c0df 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -146,6 +146,7 @@ typedef struct _exp_pdu_data_t {
/* 2nd byte of optional tags bitmap */
#define EXP_PDU_TAG_DVBCI_EVT_BIT 0x01
+#define EXP_PDU_TAG_COL_PROT_BIT 0x02
#define EXP_PDU_TAG_IPV4_SRC_LEN 4
#define EXP_PDU_TAG_IPV4_DST_LEN 4