aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-fields.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-03From William Sims via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8755Evan Huus1-2/+16
2013-03-16#if 0 out apparently unsed code.Anders Broman1-2/+2
2013-03-16[-Wmissing-prototypes]Anders Broman1-1/+1
2013-02-01From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-11/+11
2013-01-16Remove forbidden C++ style commentsPascal Quantin1-5/+5
2013-01-16From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+61
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
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
2011-07-05The #if 0'ed out code was being used; #if 0'ing it out meant that someGuy Harris1-6/+8
2011-05-20'#if 0' code related to already commented out code: Fixes Coverity 881.Bill Meier1-6/+11
2010-06-09Fix a gcc -Wstrict-prototypes warningBill Meier1-1/+1
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ...Bill Meier1-11/+111
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-03-27#include <stdio.h> not req'd; cleanup whitespace & indentation.Bill Meier1-35/+35
2010-03-27From Chuck Kristofek:Anders Broman1-10/+130
2009-11-13From Michael Dishman:Jaap Keuter1-70/+319
2009-10-18Use %f for double in printf.Stig Bjørlykke1-1/+1
2009-06-02From Matt Deckard:Jaap Keuter1-0/+16
2008-08-20From Scott Bailey:Jaap Keuter1-0/+55
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-3/+3
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-20Give them RCS IDs.Guy Harris1-0/+2
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-11From Jeremy j Ouellette:Anders Broman1-0/+503