aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-11-25Fix for bug 5435:jake1-0/+1
2010-11-21Fix for bug 5425:jake1-0/+1
2010-11-20Fix for bug 5422:jake1-0/+9
2010-10-01From Chris Maynard:guy1-1/+3
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.rbalint1-39/+10
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
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_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2007-12-16For captures on a Linux GRE interface, put a field into the protocolguy1-0/+9
2007-12-16From Timo Teras:stig1-6/+35
2007-05-02From Matt Addison:jake1-2/+22
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+307