aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nlpid.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-08-15 03:15:32 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-15 10:16:03 +0000
commit2cab8766c35b4f1a9b699fbc194aa57e9bef3e8a (patch)
treeaac09e7a577697d59fcaac518d64e1ebfd35c439 /epan/nlpid.h
parent480fcfd702bb8984ad9fede6566a3c520e9167d5 (diff)
An NLPID of 0xc0 refers to TRILL.
This will, at least, make it show up as the meaning of a field containing an NLPID; whether it's actually used to say "a TRILL packet follows" is another matter. At least partially addresses bug 10382, and fully addresses it if it's never actually used to say "a TRILL packet follows". Change-Id: Ic9dc8ec432532bde692fad3aa9cc97a3109aa634 Reviewed-on: https://code.wireshark.org/review/3602 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/nlpid.h')
-rw-r--r--epan/nlpid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/nlpid.h b/epan/nlpid.h
index af66e5ea63..e8202c5b55 100644
--- a/epan/nlpid.h
+++ b/epan/nlpid.h
@@ -47,6 +47,7 @@
#define NLPID_ISO11577 0x8d /* X.273 */
#define NLPID_IP6 0x8e
#define NLPID_COMPRESSED 0xb0 /* "Data compression protocol" */
+#define NLPID_TRILL 0xc0
#define NLPID_SNDCF 0xc1 /* "SubNetwork Dependent Convergence Function */
#define NLPID_IEEE_8021AQ 0xc1 /* IEEE 802.1aq (draft-ietf-isis-ieee-aq-05.txt); defined in context of ISIS "supported protocols" TLV */
#define NLPID_IP 0xcc