aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mim.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
svn path=/trunk/; revision=54095
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=50362
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45017
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-04-27Update commented-out code to reflect the new reality.Guy Harris1-1/+1
svn path=/trunk/; revision=42296
2012-01-19Localize a global variable; Do minor reformatting.Bill Meier1-28/+28
svn path=/trunk/; revision=40585
2011-10-23Remove some unneeded lines of code.Bill Meier1-6/+2
svn path=/trunk/; revision=39526
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-09-19Don't assign the return value of proto_tree_add_item() if it's not going to ↵Chris Maynard1-11/+9
be used. Fixes Coverity CID's 1278-1280 (UNUSED VALUE). svn path=/trunk/; revision=39051
2011-09-09Use tvb_new_subset_remaining() iso tvb_new_subset();Bill Meier1-59/+62
Minor whitespace cleanup. svn path=/trunk/; revision=38947
2011-09-08packet-mim.c:220: warning: 'dst_addr' may be used uninitialized in this functionAnders Broman1-1/+1
svn path=/trunk/; revision=38935
2011-09-08from Leonard Tracy:Anders Broman1-0/+403
Cisco FabricPath protocol dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6017 svn path=/trunk/; revision=38934