aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mqtt.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-05-23Improve handling of short MQTT PDUs.Bill Meier1-1/+17
2014-04-23Fix format warning.Evan Huus1-1/+1
2014-04-23packet-mqtt.c: Minor cleanupBill Meier1-73/+71
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+3
2014-04-09Added support for MQTT protocol. Bug 9930Michael Mann1-0/+587