aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mojito.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-1/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-32/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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