aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+1
2013-01-16From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+31
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-38/+35
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ...Bill Meier1-0/+77
2010-03-27#include <stdio.h> not req'd; cleanup whitespace & indentation.Bill Meier1-295/+294
2010-03-27Fix an "unused variable" warning: remove 'infoStrings'Bill Meier1-1/+0
2010-03-27From Chuck Kristofek:Anders Broman1-10/+417
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-11-13From Michael Dishman:Jaap Keuter1-31/+171
2009-06-02From Matt Deckard:Jaap Keuter1-0/+7
2009-05-26Misc dissector cleanup:Bill Meier1-25/+27
2008-09-15proto_reg-handoff: Fix to properly delete/add port when pref changed; cleanup. Bill Meier1-2/+5
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-2/+2
2005-07-18DIS packets must be at least 12 bytes long. DIS uses port 3000, byGuy Harris1-2/+13
2005-07-11From Jeremy j Ouellette:Anders Broman1-0/+196