Commit Graph

12 Commits

Author SHA1 Message Date
Jakub Zawadzki 715e2d6699 Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54095
2013-12-14 16:09:57 +00:00
Alexis La Goutte d8a21fe1db Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=50362
2013-07-03 16:45:14 +00:00
Jeff Morriss 2552c750e5 We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45017
2012-09-20 02:03:38 +00:00
Jakub Zawadzki 5a8783f5b1 Initial commit to support yet another method of passing data between dissectors.
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL

svn path=/trunk/; revision=44860
2012-09-10 21:40:21 +00:00
Guy Harris 4d1e993305 Update commented-out code to reflect the new reality.
svn path=/trunk/; revision=42296
2012-04-27 18:31:19 +00:00
Bill Meier 8e4aab0ed8 Localize a global variable; Do minor reformatting.
svn path=/trunk/; revision=40585
2012-01-19 17:42:28 +00:00
Bill Meier 5329e525d3 Remove some unneeded lines of code.
svn path=/trunk/; revision=39526
2011-10-23 20:50:12 +00:00
Bill Meier 794757ae8f For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Also: remove trailing whitespace for a number of files.

svn path=/trunk/; revision=39503
2011-10-21 02:10:19 +00:00
Chris Maynard bbc7a98ea6 Don't assign the return value of proto_tree_add_item() if it's not going to be used. Fixes Coverity CID's 1278-1280 (UNUSED VALUE).
svn path=/trunk/; revision=39051
2011-09-19 19:59:00 +00:00
Bill Meier 3ed0fa717e Use tvb_new_subset_remaining() iso tvb_new_subset();
Minor whitespace cleanup.

svn path=/trunk/; revision=38947
2011-09-09 01:39:16 +00:00
Anders Broman 1fa674d3ad packet-mim.c:220: warning: 'dst_addr' may be used uninitialized in this function
svn path=/trunk/; revision=38935
2011-09-08 08:48:00 +00:00
Anders Broman c185043ff3 from Leonard Tracy:
Cisco FabricPath protocol dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6017

svn path=/trunk/; revision=38934
2011-09-08 08:14:49 +00:00