summaryrefslogtreecommitdiff
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index a5bf05a99b..11b55ab3e8 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -69,10 +69,10 @@
* http://www.tcpdump.org/linktypes.html
*/
#define EXP_PDU_TAG_PROTO_NAME 12 /**< The value part should be an ASCII non NULL terminated string
- * of the sort protocol name used by Wireshark e.g "sip"
+ * of the short protocol name used by Wireshark e.g "sip"
* Will be used to call the next dissector.
*/
-/* Add protocol type related tags here */
+/* Add protocol type related tags here NOTE Only one protocol typ tag may be present in a packet, the first one found will be used*/
/* 13 - 19 reserved */
#define EXP_PDU_TAG_IPV4_SRC 20
#define EXP_PDU_TAG_IPV4_DST 21