aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapdm.c
AgeCommit message (Expand)AuthorFilesLines
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