aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25-nol3.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
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-30/+28
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-4/+6
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-27Have X.25 dissector pass boolean q_bit_set value through dissector data rathe...Michael Mann1-4/+0
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-17/+18
2012-10-22Cleanup:Bill Meier1-44/+29
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-4/+3
2012-08-02From Richard Stearn: APRS support.Guy Harris1-2/+66
2012-08-02Replace blurbs which duplicate the field name with NULL.Jeff Morriss1-2/+2
2012-08-02From Richard Stearn: AX.25 "No layer 3" support.Guy Harris1-0/+254