aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapdm.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-04From Harald Welte:etxrab1-1/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-06Renamed some reassembled data texts.stig1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+8
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-9/+9
2009-09-24Don't guard col_append_str with check_colkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-4/+4
2009-03-16Removed some non-ASCII characters.stig1-1/+1
2009-01-28Use standard format (proto_reg_handoff last in the file).wmeier1-6/+6
2009-01-14reg_handoff: removed unneeded code; also: prefs callback not req'dwmeier1-5/+1
2009-01-07From Duncan Salerno:jake1-0/+492