aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mojito.c
AgeCommit message (Collapse)AuthorFilesLines
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-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=54095
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
svn path=/trunk/; revision=52591
2013-09-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
svn path=/trunk/; revision=51735
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