aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-fields.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix proto_tree_add_item( encoding args;wmeier1-2/+2
2011-07-05The #if 0'ed out code was being used; #if 0'ing it out meant that someguy1-6/+8
2011-05-20'#if 0' code related to already commented out code: Fixes Coverity 881.wmeier1-6/+11
2010-06-09Fix a gcc -Wstrict-prototypes warningwmeier1-1/+1
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ...wmeier1-11/+111
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-03-27#include <stdio.h> not req'd; cleanup whitespace & indentation.wmeier1-35/+35
2010-03-27From Chuck Kristofek:etxrab1-10/+130
2009-11-13From Michael Dishman:jake1-70/+319
2009-10-18Use %f for double in printf.stig1-1/+1
2009-06-02From Matt Deckard:jake1-0/+16
2008-08-20From Scott Bailey:jake1-0/+55
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-3/+3
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-20Give them RCS IDs.guy1-0/+2
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-1/+1
2005-07-11From Jeremy j Ouellette:etxrab1-0/+503