aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-5/+5
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-5/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-05bacapp: attempt to fix windows buildPeter Wu1-1/+1
2015-10-04bacapp: fix -Wshift-negative-valuePeter Wu1-2/+2
2015-09-02Eliminate proto_tree_add_text from some dissectors.Michael Mann1-21/+37
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-12/+10
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-27bacapp: cleanup and remove some add_textEvan Huus1-69/+71
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-8/+8
2015-01-18Update some comments to reflect reality.Guy Harris1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-04BACAPP: fix empty paragraph passed to '@param' command [-Wdocumentation]Alexis La Goutte1-1/+1
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-04BACnet: fix dissection of exception-schedule property.Steve Karg1-13/+4
2014-11-11BACAPP: fix dissection of event parameters for event notifications of Event_T...desolat1-0/+20
2014-11-08BACAPP: fix dissection of event parameters for event notifications of Event_T...desolat1-0/+21
2014-10-09[BACnet][trivial] change strings as per Bug 9640Anish Bhatt1-2/+2
2014-10-08[bacnet] update vendors list, fix whitespace issues, all generated via scriptAnish Bhatt1-23/+24
2014-10-07[bacnet] update vendor listAnish Bhatt1-0/+80
2014-07-06Squelch some compiler warnings.Guy Harris1-2/+7
2014-06-22Get rid of some unused variables.Guy Harris1-1/+0
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-192/+116
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris1-8/+32
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-8/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-8/+8
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-22Get rid of a set-but-unused variable.Guy Harris1-2/+1
2013-12-22Add UCS-4 support, and use it.Guy Harris1-82/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-13Make sure all unused bits are 0 in bacapp, fixes uninitialized memory found byEvan Huus1-0/+1
2013-12-13Note that apparently some BACnet implementations misuse the "ANSI X3.4"Guy Harris1-1/+3
2013-12-08It's ISO 8859-1, not "ISO 18859-1", at least according to ANSI/ASHRAEGuy Harris1-21/+22
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus1-8/+8
2013-11-20Fix Bug #9457 Update BACnet vendor listJakub Zawadzki1-2/+12
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-2/+6
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-7/+0
2013-10-13Minor whitespace changesBill Meier1-907/+907
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1