aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapd.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-9/+9
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+23
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-0/+3
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-20Replace tvb_length...() calls.AndersBroman1-4/+4
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-112/+125
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-13Fix packet-lapd.c:186: warning: comparison between signed and unsigned. Chris Maynard1-1/+1
2013-12-13Fix Visual Studio Code Analysis warning C6204: Possible buffer overrun in cal...Chris Maynard1-2/+2
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-4/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-13/+4
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2013-05-27Batch of filterable expert infosMichael Mann1-5/+15
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-04-05From Tim Ringenbach:Anders Broman1-23/+65
2013-03-19From beroset:Anders Broman1-5/+5
2013-01-23Fix for CID 280286:Jaap Keuter1-1/+1
2012-11-09Append TEI to info field.Anders Broman1-0/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-25cleanup g_malloc memory leaksMichael Mann1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...Bill Meier1-1/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-02-03Get rid of extra blank line at the end of the file.Guy Harris1-1/+0
2011-02-02From njohnkev:Jaap Keuter1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-18/+18
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-13/+13
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1