Add dissector for CP "Cooper" 2179 Protocol
[metze/wireshark/wip.git] / epan / dissectors / packet-nsip.c
2014-07-04 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-13 Bill MeierDo one or more of the following:
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-10-05 Martin Kaiserremove some more if (tree) checks
2013-10-05 Martin Kaiseradd editor modelines
2013-10-05 Martin Kaiserremove some unnecessary if (tree) checks
2013-10-05 Martin KaiserFrom Jacob Erlbeck
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-08-27 Anders BromanUse dissector_delete_uint_range/dissector_add_uint_range
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2012-12-20 Pascal QuantinRevert r46595
2012-12-18 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-19 Bill MeierUse ENC_... instead of locally defined NSIP_LITTLE_ENDI...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-05-20 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-03-06 Anders BromanPrepare to remove old bssgp code by changing exports.
2011-02-07 Bill MeierRemove unneeded #includes (stdio.h,stdlib.h);
2011-01-21 Sake BlokAdress => Address corrections (also in comments).
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-03-26 Anders BromanFrom Mike Morrin:
2010-01-19 Bill MeierFix gcc -Wshadow warnings
2010-01-03 Stig BjørlykkeUse different abbrev for IPv4 and IPv6 address.
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 Bill MeierUse some default true_false_string's.
2008-09-22 Bill MeierMinor cleanup related to proto_reg_handoff
2008-09-08 Jaap KeuterFrom Neil Piercy:
2007-09-27 Jeff MorrissAs requested by Juan Wortley on -users: instead of...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-22 Anders BromanHandle two octet lengths correctly and remove optional...
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-07-09 Guy HarrisSquelch various signed vs. unsigned warnings by:
2005-02-08 Anders BromanFrom : Susanne Edlund
2005-01-13 Guy HarrisUpdates from Susanne Edlund.
2004-12-29 Guy HarrisFrom Albert Chin: get rid of C99/GCCisms (initializing...
2004-12-01 Anders BromanMake the Ericsson internal decode of IP addresses a...
2004-11-30 Anders BromanFix port preference handling.
2004-11-30 Anders BromanNew dissector for NSIP from Susanne Edlund, default...