aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-07 22:52:43 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-07 22:52:43 +0000
commita018f63bca85ab319803ec0cefbb9b59702c1777 (patch)
tree48adf2c12320978c3fc74062f92cf649d69c7f70 /epan/dissectors/Makefile.common
parentc44883cb1aa0f9dcdbd681d31894941dc2ea71b1 (diff)
From Vaibhav Katkade via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9011 :
Add support for the Cisco MetaData (0x8909) ethertype. From me: Don't try to register the "eth.type" abbreviation; use "cmd.type" instead. Add SVN id. Clean up trailing white space and fix up some indentation. Don't declare a variable static that need not be. svn path=/trunk/; revision=51198
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index cb39604bf8..28fcd5b1c5 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -374,6 +374,7 @@ DISSECTOR_SRC = \
packet-clique-rm.c \
packet-clnp.c \
packet-cmpp.c \
+ packet-cmd.c \
packet-cnip.c \
packet-coap.c \
packet-collectd.c \