aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netrom.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+4
2016-05-18Replace some tvb_get_ptr calls.Michael Mann1-8/+8
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-20flags_set_truth -> tfs_set_notsetMichael Mann1-10/+3
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-1/+1
2015-12-14Create some more capture dissector tables.Michael Mann1-3/+3
2015-12-14Create capture dissector tables.Michael Mann1-7/+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-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-4/+4
2015-01-30Cleanup:Bill Meier1-8/+8
2015-01-27NETROM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-01-25pana, gsm_abis_oml, rsl, netrom: Remove 'if (tree)'Bill Meier1-1/+1
2015-01-09Remove proto_tree_add_ax25Michael Mann1-14/+6
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-7/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
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-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
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-9/+0
2013-09-15emem -> wmemPascal Quantin1-2/+2
2013-04-04Fix encoding arg for proto_tree_add_item() and friends.Chris Maynard1-4/+4
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2012-11-28Fix [-Wshadow] warnings;Bill Meier1-3/+3
2012-10-22Cleanup:Bill Meier1-121/+91
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Add in the URL of a protocol specification.Guy Harris1-11/+13
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-5/+2
2012-08-02Replace blurbs which duplicate the field name with NULL.Jeff Morriss1-12/+12
2012-08-02Clean up indentation.Guy Harris1-0/+2
2012-08-02Fix:Jörg Mayer1-9/+5
2012-08-02From Richard Stearn: Flexnet support.Guy Harris1-34/+8
2012-08-02From Richard Stearn: AX.25 NetROM support.Guy Harris1-0/+719