aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-clique-rm.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-17Cleanup:Bill Meier1-236/+234
- fix two cases of potential infinite loop while dissecting; [for (guint8 i; i <= guint8 end; i++)] - col_...() fcns should not be called under 'if (tree)' - remove unneeded initializers; - move proto_reg_handoff...() to the end of the file as per convention; - remove some boilerplate comments; - use consistent indentation and whitespace style; - remove some trailing whitespace. svn path=/trunk/; revision=44950
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-07-25Fix Coverity CID 709738: Unused pointer value.Chris Maynard1-2/+2
svn path=/trunk/; revision=44018
2012-07-18Eliminate some gsize's I missed in the previous checkin.Guy Harris1-4/+4
svn path=/trunk/; revision=43794
2012-07-18Nobody uses the return value of dissect_sender_array(), so don't have itGuy Harris1-8/+6
return anything. Don't use gsize for offsets in packets; the type used in Wireshark is int. svn path=/trunk/; revision=43793
2012-07-18Set svn:keywords and svn:eol-style, and fix the EOL style (I'm on UN*X,Guy Harris1-487/+487
so with svn:eol-style native, there should be no CRs). svn path=/trunk/; revision=43792
2012-07-18Adds CliqueRM protocol ↵Michael Mann1-0/+487
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2076) svn path=/trunk/; revision=43791