summaryrefslogtreecommitdiff
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-24 22:38:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-24 22:38:53 +0000
commit91c0a9391446c72dc1efab2982fed11b15f744f6 (patch)
treec0fdb59cfc71e51edca480f75f272b50bd7a484f /epan/exported_pdu.h
parent9d5b23bc764c3e1089efdf5c9d133e255bc9151f (diff)
downloadwireshark-91c0a9391446c72dc1efab2982fed11b15f744f6.tar.gz
Edit comments
svn path=/trunk/; revision=49569
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