aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapb.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-11-09Removed an unused assignment.stig1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkkrj1-12/+6
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-9/+9
2007-12-16From Fulko Hew:stig1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2004-09-28Move the xDLC helper routines into epan.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+250