aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-pdus.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-07-08Fix the very long loop reported in https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-48/+31
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-8/+2
2013-01-17From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-1/+1
2013-01-16Remove forbidden C++ style commentsPascal Quantin1-1/+1
2013-01-16Add a cast to shut up MSVC.Evan Huus1-1/+1
2013-01-16From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-3/+192
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-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-46/+46
2011-04-05Don't assign to a proto_item * if the value won't be used: Coverity 882;Bill Meier1-9/+8
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ...Bill Meier1-1/+118
2010-03-27#include <stdio.h> not req'd; cleanup whitespace & indentation.Bill Meier1-106/+106
2010-03-27From Chuck Kristofek:Anders Broman1-26/+379
2009-11-13From Michael Dishman:Jaap Keuter1-172/+614
2009-08-04Init ett_... variables to -1Bill Meier1-0/+1
2009-06-02From Matt Deckard:Jaap Keuter1-0/+116
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2008-08-20From Scott Bailey:Jaap Keuter1-2/+2
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-11From Jeremy j Ouellette:Anders Broman1-0/+401