aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mih.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-1/+14
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-20/+17
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-1/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-4/+4
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus1-1/+1
2013-04-04Fix encoding arg for proto_tree_add_item() and friends.Chris Maynard1-121/+121
2013-02-22No need for static dissector_handle_t.Jakub Zawadzki1-1/+2
2013-01-14Fixed Coverity CID 762008: Structurally dead code.Chris Maynard1-1/+1
2013-01-10From Alton MacDonald:Anders Broman1-28/+43
2013-01-02bitmask patch for MIH dissector that makes 64-bit bitmasks only use 32-bits s...Michael Mann1-137/+145
2012-12-27From Ankith: Media Independent handover (MIH) protocol dissector. https://bug...Anders Broman1-0/+4735