aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-2/+0
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-10/+13
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-16Make sure the NLPID appears in the protocol tree.Guy Harris1-2/+23
2014-11-16Fix a comment to reflect reality.Guy Harris1-1/+1
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-1/+21
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+12
2014-08-17Remove unnecessary includesMichael Mann1-2/+0
2014-08-15An NLPID of 0xc0 refers to TRILL.Guy Harris1-0/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23Make (most) fields within packet-osi-options.c filterable.Michael Mann1-1/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-4/+4
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-51/+51
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+2
2012-11-17Handle the pseudo-trailer for the ATN extended checksums by passing inGuy Harris1-81/+147
2012-11-16From guettler:Anders Broman1-0/+150
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-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-43/+43
2012-02-02From guettler:Anders Broman1-0/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-13/+13
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_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-9/+3
2008-09-15Fix some indentation; 'static int' --> 'static guint'Bill Meier1-63/+63
2008-09-15proto_reg-handoff: Use dissector_add_handle instead of registering to port 0;Bill Meier1-9/+16
2006-09-12Set default port to zero.Anders Broman1-2/+2
2006-09-08Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it ...Anders Broman1-21/+63
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-5/+5
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-11/+17
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+305