aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi-options.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20Fix clang warning: Value stored to 'netl' is never read.Chris Maynard1-427/+436
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-2/+2
2013-04-25From Mathias GuettlerMartin Kaiser1-1/+1
2012-11-16From guettler:Anders Broman1-4/+195
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-03-21Fix Coverity CID 1379: UNUSED_VALUE.Chris Maynard1-1/+1
2012-02-02From keysandwood:Anders Broman1-25/+41
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-6/+6
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-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-05-07Increase size of an integer to prevent an integer overflowLars Roland1-1/+1
2005-04-25Add a tvb_ensure_bytes_exist(). Fixes a bug found during fuzz testing.Gerald Combs1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+460