aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32410
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-9/+3
svn path=/trunk/; revision=29345
2008-09-15Fix some indentation; 'static int' --> 'static guint'Bill Meier1-63/+63
svn path=/trunk/; revision=26198
2008-09-15proto_reg-handoff: Use dissector_add_handle instead of registering to port 0;Bill Meier1-9/+16
Also: minor cleanup related to proto_reg_handoff svn path=/trunk/; revision=26197
2006-09-12Set default port to zero.Anders Broman1-2/+2
svn path=/trunk/; revision=19220
2006-09-08Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it ↵Anders Broman1-21/+63
belongs. svn path=/trunk/; revision=19180
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-5/+5
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-11/+17
svn path=/trunk/; revision=13130
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+305
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410