aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vines.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-2/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-136/+136
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-12/+6
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-41/+38
2023-05-04Fix more 'type_item_calls' warningsMartin Mathieson1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-4/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-29Make AT_VINES a built-in typeJoão Valverde1-31/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-8/+12
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-3/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+0
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-07-14Update URLs.Guy Harris1-3/+3
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-22Move AT_VINES address type to VINES dissector.Michael Mann1-4/+33
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-4/+4
2015-12-29VINES: fix no previous prototype for function 'capture_vines' [-Wmissing-prot...Alexis La Goutte1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+4
2015-12-20Create capture dissector table for LLC non-snap dissectors.Michael Mann1-1/+2
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+3
2015-12-14Create capture dissector tables.Michael Mann1-1/+5
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-10/+10
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-28/+41
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-3/+1
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-6/+5
2015-01-07Add tvb_address_to_str.Michael Mann1-2/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-4/+2
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-36/+50
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+20
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2