aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapdm.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-17lapdm: Hand B4 frames into a dissector supporting L2 pseudo-lengthHarald Welte1-0/+13
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-2/+3
2017-05-27LAPDm: Support the LAPDm B4 Frame FormatHarald Welte1-10/+49
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2017-01-28wmem_map_new -> wmem_map_new_autoresetMichael Mann1-1/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-05-09LAPDm: reset the last N(S) variable only during first passPascal Quantin1-1/+1
2016-05-09LPADm: fixes for reassemblyPascal Quantin1-29/+54
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-03-07LAPDm: set captured and reported lengths properly when building the tvb forwa...Pascal Quantin1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-20Replace tvb_length...() calls.AndersBroman1-2/+2
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-138/+150
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+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-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-04From Harald Welte:Anders Broman1-1/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+8
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-9/+9
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
2009-01-28Use standard format (proto_reg_handoff last in the file).Bill Meier1-6/+6
2009-01-14reg_handoff: removed unneeded code; also: prefs callback not req'dBill Meier1-5/+1
2009-01-07From Duncan Salerno:Jaap Keuter1-0/+492