aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cisco-metadata.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
Change-Id: I9209c1271967405c34c1b6fa43e1726a4d3a5a3f Reviewed-on: https://code.wireshark.org/review/2377 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=54135
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 ↵Michael Mann1-2/+13
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9454) The main driving force for this was my new Decode As functionality (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9450) that wants a dissector/subdissector table relationship for all dissectors wanting to use Decode As functionality. The ethertype() function provides the value to the "ethertype" subdissector table, so I think it should be matched to a dissector. Only odd side effect is the display filter of "ethertype" returns no packets because there is no "item" associated with the dissector. svn path=/trunk/; revision=53443
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-0/+2
svn path=/trunk/; revision=51761
2013-08-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=51552
2013-08-27Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte1-61/+74
svn path=/trunk/; revision=51551
2013-08-08As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9011 :Jeff Morriss1-0/+133
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