aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mojito.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-09-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-05-27Batch of filterable expert infosMichael Mann1-2/+13
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-13/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-12Create a function for dissecting address blocks, and use it inEvan Huus1-125/+83
2012-08-12Add modelines. Make sure all #defines are prefixed by the dissectorEvan Huus1-30/+43
2012-08-10General cleanup:Bill Meier1-1100/+1109
2012-07-30Fix compilation issues.Michael Tüxen1-5/+6
2012-07-30Add Mojito dissector (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2688)Michael Mann1-0/+1099