aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mih.c
AgeCommit message (Expand)AuthorFilesLines
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