aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-foundry.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-5/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-14/+10
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-09-19Add editor modelines; Adjust indentation as needed.Bill Meier1-1/+14
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-08-09Clean up Internet checksum handling.Guy Harris1-1/+0
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-7/+17
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-1/+1
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2012-10-18tvb_reported_length_remaining() can return -1, so don't assign the return val...Chris Maynard1-2/+2
2012-09-25Decode some more elements.Jörg Mayer1-8/+102
2012-09-24Beginnings of the Foundry Discovery Protocol (FDP) dissector.Jörg Mayer1-0/+374