Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-dis.c
2014-05-22 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-05-21 Mark WeelDIS: implement IFF PDU
2014-05-19 Mark WeelDIS: update enumerations to SISO-REF-010-00v20-0
2014-05-18 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-05-17 Evan HuusAdd casts to fix OSX 10.6 buildbot
2014-05-16 Michael MannMake (almost) all fields filterable and use "normal...
2014-05-14 Mark WeelUpdate enums to SISO_REF_010-00v20-0 Annex A, section...
2014-05-12 Michael MannCondense DIS dissector to a single file.
2014-05-11 Peter Rosspacket-dis: SISO-J Link 16 PDU dissector (SISO-STD...
2014-05-11 Peter Rosspacket-dis: fix typos
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-03-16 Anders Broman[-Wmissing-prototypes]
2013-01-16 Evan HuusFrom Hendrik Uhlmann via https://bugs.wireshark.org...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-11 Bill MeierFrom Paul J. Metzger: Add support for decoding DIS...
2010-03-27 Bill Meier#include <stdio.h> not req'd; cleanup whitespace &...
2010-03-27 Bill MeierFix an "unused variable" warning: remove 'infoStrings'
2010-03-27 Anders BromanFrom Chuck Kristofek:
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-11-13 Jaap KeuterFrom Michael Dishman:
2009-06-02 Jaap KeuterFrom Matt Deckard:
2009-05-26 Bill MeierMisc dissector cleanup:
2008-09-15 Bill Meierproto_reg-handoff: Fix to properly delete/add port...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-20 Guy HarrisGive them RCS IDs.
2005-07-30 Jörg MayerMake some funtions static. More char -> const char...
2005-07-18 Guy HarrisDIS packets must be at least 12 bytes long. DIS uses...
2005-07-11 Anders BromanFrom Jeremy j Ouellette: