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
This commit is contained in:
Jeff Morriss 2013-08-08 18:56:42 +00:00
parent 77ff8f6d59
commit 2bbe93006f
3 changed files with 3 additions and 2 deletions

View File

@ -432,6 +432,7 @@ set(DISSECTOR_SRC
dissectors/packet-cipmotion.c
dissectors/packet-cipsafety.c
dissectors/packet-cisco-erspan.c
dissectors/packet-cisco-metadata.c
dissectors/packet-cisco-oui.c
dissectors/packet-cisco-sm.c
dissectors/packet-cisco-wids.c

View File

@ -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 \

View File

@ -1,6 +1,6 @@
/* packet-cmd.c
* Routines for dissection of Cisco's MetaData protocol.
* Added 3rd Aug 2013 by Vaibhav Katkade (vkatkade[AT]cisco.com)
* Copyright 2013 by Vaibhav Katkade (vkatkade[AT]cisco.com)
*
* $Id$
*