aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-eth.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Revert "MPLS: relax pw_eth_heuristic and improve 1st nibble logic"Anders Broman1-11/+6
2017-01-28MPLS: relax pw_eth_heuristic and improve 1st nibble logicFrancesco Fondelli1-6/+11
2017-01-08Restore some MPLS registered dissectors.Michael Mann1-3/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-12Fix indentation.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+6
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-06-13MPLS: always display payload when no 'Decode As' preference is setPascal Quantin1-1/+3
2015-04-08Remove MPLS preference that doubled for Decode As.Michael Mann1-8/+3
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