aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-eth.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-8/+7
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-3/+3
2014-06-19To make a dissector available for Decode As, just use dissector_add_handle().Guy Harris1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-18/+0
2012-12-06Fix "MPLS payload starting with valid-looking ethernet address dissected twice".Bill Meier1-4/+2
2012-09-28Cleanup:Bill Meier1-14/+12
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-04-17From Francesco Fondelli: fixes up issue 1) and 3) described in the bug report...Anders Broman1-139/+162
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-31/+31
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-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
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-07-11From Artem Tamazov:Anders Broman1-6/+28
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-04-04From Francesco Fondelli:Anders Broman1-114/+121
2009-03-03Artem Tamazov:Anders Broman1-16/+64
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-3/+2
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-07-13From Francesco Fondelli:Jaap Keuter1-0/+159