aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Remove circuit APIMichael Mann1-14/+13
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-6/+4
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-11/+11
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+8
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-2/+2
2015-03-18Remove proto_tree_add_text from packet-x25.cMichael Mann1-171/+109
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-40/+40
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-1787/+1800
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-8/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-27Have X.25 dissector pass boolean q_bit_set value through dissector data rathe...Michael Mann1-16/+5
2013-10-27Allow "circuit dissectors" to pass data between dissectors. Not sure if this...Michael Mann1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+10
2013-09-12emem -> wmemJörg Mayer1-9/+9
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-3/+1
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-1/+1
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-6/+16
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+6
2013-03-19From beroset:Anders Broman1-5/+5
2013-03-05Fix some variable names to better indicate what they do.Guy Harris1-398/+272
2013-03-02Convert at least enough proto_tree_add_text to proto_tree_add_item/expert_inf...Michael Mann1-233/+239
2012-09-27remove decode_numeric_bitfield + cleanup.Michael Mann1-1045/+870
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-4/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-0/+2
2012-07-24From Karsten Keil:Anders Broman1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1