aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+11
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-08Convert: vlan, sll, rip to NEW_PROTO_TREE_APIJakub Zawadzki1-73/+90
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-02-13From Sascha Herrmann:Jaap Keuter1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Fix a proto_tree_add_ipv4() call that was presumably intended to be aGuy Harris1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-25Fix for bug 5435:Jaap Keuter1-0/+1
2010-11-21Fix for bug 5425:Jaap Keuter1-0/+1
2010-11-20Fix for bug 5422:Jaap Keuter1-0/+9
2010-10-01From Chris Maynard:Guy Harris1-1/+3
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-39/+10
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+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-5/+5
2007-12-16For captures on a Linux GRE interface, put a field into the protocolGuy Harris1-0/+9
2007-12-16From Timo Teras:Stig Bjørlykke1-6/+35
2007-05-02From Matt Addison:Jaap Keuter1-2/+22
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+307