aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-08 18:56:42 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-08-08 18:56:42 +0000
commit2bbe93006f12f455a9427994252a8861d1a1b165 (patch)
treef0d29c86790156a3b4a2bfed96047ec5cc909d7c /epan/dissectors/Makefile.common
parent77ff8f6d59c2d5b1a64cfc73eea6ac0afca1ec4d (diff)
As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9011 :
Rename packet-cmd.c to packet-cisco-metadata.c . Assign copyright to the author. Also add the dissector to cmake (oops, should have been in r51198!). svn path=/trunk/; revision=51226
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 28fcd5b1c5..c0bd85cb6f 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -365,6 +365,7 @@ DISSECTOR_SRC = \
packet-cipmotion.c \
packet-cipsafety.c \
packet-cisco-erspan.c \
+ packet-cisco-metadata.c \
packet-cisco-oui.c \
packet-cisco-sm.c \
packet-cisco-wids.c \
@@ -374,7 +375,6 @@ DISSECTOR_SRC = \
packet-clique-rm.c \
packet-clnp.c \
packet-cmpp.c \
- packet-cmd.c \
packet-cnip.c \
packet-coap.c \
packet-collectd.c \