aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mojito.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27Batch of filterable expert infosMichael Mann1-2/+13
svn path=/trunk/; revision=49596
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
svn path=/trunk/; revision=47891
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-13/+13
The changes fix definite problems or are done "just in case" for cases not esily determined to be a problem by quick inspection. Note: in some cases for loop index variables have been renamed to ensure all required codes changes detected. ##backport svn path=/trunk/; revision=45477
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-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-08-12Create a function for dissecting address blocks, and use it inEvan Huus1-125/+83
several places. svn path=/trunk/; revision=44449
2012-08-12Add modelines. Make sure all #defines are prefixed by the dissectorEvan Huus1-30/+43
name to avoid collisions. svn path=/trunk/; revision=44448
2012-08-10General cleanup:Bill Meier1-1100/+1109
- Add svn:keywords and svn:eol-style properties; - col_...() and expert...() shouldn't be done under 'if (tree)'; - #if 0 an unused value-string; - Use val_to_str_const as appropriate; - Do some reformatting (whitespace changes). svn path=/trunk/; revision=44426
2012-07-30Fix compilation issues.Michael Tüxen1-5/+6
svn path=/trunk/; revision=44133
2012-07-30Add Mojito dissector (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2688)Michael Mann1-0/+1099
properly alphabetize packet-mim.c in makefiles svn path=/trunk/; revision=44132