aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi-options.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-20Fix clang warning: Value stored to 'netl' is never read.Chris Maynard1-427/+436
Other misc. whitespace changes. svn path=/trunk/; revision=51440
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-2/+2
Reduces code memory usage and execution time. (See SVN #50271) svn path=/trunk/; revision=50292
2013-04-25From Mathias GuettlerMartin Kaiser1-1/+1
correct value for "ATN Systems Management No Preference" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8562 svn path=/trunk/; revision=49034
2012-11-16From guettler:Anders Broman1-4/+195
ATN decoding fixes for CLNP and COTP dissectors (configurable by option). ATN decoding fixes for CLNP and COTP dissectors (configurable by option). ATN specifics may be selected/deseleted per CLNP/COTP dissector configuration (as requested). CLNP dissector 1) configurable decoding of "ATN security label" COTP dissector 1) configurable decoding of ATN TPDU's 2) checksum calculation (none,OSI,ATN 16-bit, ATN 32-bit) 3) VP decoding for DR TPDU's https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5622 svn path=/trunk/; revision=46043
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-21Fix Coverity CID 1379: UNUSED_VALUE.Chris Maynard1-1/+1
svn path=/trunk/; revision=41703
2012-02-02From keysandwood:Anders Broman1-25/+41
osi-options dissector : dissect_option_route wrong parsing of NET https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5583 svn path=/trunk/; revision=40816
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
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-6/+6
svn path=/trunk/; revision=26648
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-1/+1
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-08-05More char -> const char warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15218
2005-05-07Increase size of an integer to prevent an integer overflowLars Roland1-1/+1
Fixes Bug 162 svn path=/trunk/; revision=14325
2005-04-25Add a tvb_ensure_bytes_exist(). Fixes a bug found during fuzz testing.Gerald Combs1-0/+1
svn path=/trunk/; revision=14185
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+460
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