aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-2/+5
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-20flags_set_truth -> tfs_set_notsetMichael Mann1-9/+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-12/+2
2015-12-14Create capture dissector tables.Michael Mann1-17/+10
2015-12-13Standardize the capture dissector function signature.Michael Mann1-4/+12
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-1/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
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-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-01-09Remove proto_tree_add_ax25Michael Mann1-11/+5
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-5/+5
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-6/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+1
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-27Have X.25 dissector pass boolean q_bit_set value through dissector data rathe...Michael Mann1-5/+0
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-6/+5
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-01-29Remove some unneeded parens in hf[] entries;Bill Meier1-8/+8
2012-12-21Constify some character pointer variables to avoid warnings aboutGuy Harris1-1/+1
2012-10-22Cleanup:Bill Meier1-86/+70
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04Use libwireshark's xDLC handling functions and macros to process theGuy Harris1-62/+44
2012-08-03Newer version of the AX.25 spec.Guy Harris1-0/+3
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-80/+21
2012-08-03Make the protocol ID field an integral field with a value_string table;Guy Harris1-124/+70
2012-08-02From Richard Stearn: AX.25 "No layer 3" support.Guy Harris1-1/+1
2012-08-02From Richard Stearn: Rose (X.25 Packet Layer Protocol atop AX.25'sGuy Harris1-3/+3
2012-08-02Clean up indentation.Guy Harris1-36/+24
2012-08-02From Richard Stearn: Flexnet support.Guy Harris1-20/+3
2012-08-02Don't use dissector_add(): it's long since deprecated.Jeff Morriss1-2/+2
2012-08-02From Richard Stearn: AX.25 NetROM support.Guy Harris1-2/+3
2012-08-02Fix:Jörg Mayer1-40/+40
2012-08-02From Richard Stearn: IP-over-AX.25 and AX.25 ARP.Guy Harris1-3/+3
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+630