aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-5/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-38/+35
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ...Bill Meier2010-05-111-0/+77
* #include <stdio.h> not req'd; cleanup whitespace & indentation.Bill Meier2010-03-271-295/+294
* Fix an "unused variable" warning: remove 'infoStrings'Bill Meier2010-03-271-1/+0
* From Chuck Kristofek:Anders Broman2010-03-271-10/+417
* From Didier Gautheron:Anders Broman2010-01-131-4/+1
* From Michael Dishman:Jaap Keuter2009-11-131-31/+171
* From Matt Deckard:Jaap Keuter2009-06-021-0/+7
* Misc dissector cleanup:Bill Meier2009-05-261-25/+27
* proto_reg-handoff: Fix to properly delete/add port when pref changed; cleanup. Bill Meier2008-09-151-2/+5
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Give them RCS IDs.Guy Harris2005-09-201-0/+2
* Make some funtions static. More char -> const char warning fixesJörg Mayer2005-07-301-2/+2
* DIS packets must be at least 12 bytes long. DIS uses port 3000, byGuy Harris2005-07-181-2/+13
* From Jeremy j Ouellette:Anders Broman2005-07-111-0/+196