Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-nbipx.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-12-10 Chris MaynardReject the packet if data is NULL.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-24 Michael MannRemove ipxptype from struct _packet_info and pass it...
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2012-10-16 Michael Mannreplace proto_tree_add_text with filterable items and...
2012-09-27 Jakub ZawadzkiFix duplicated field: nmpi.name_flags
2012-09-26 Michael Mannreplaced decode_boolean_bitfield calls with itemized...
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 Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-06-20 Bill MeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
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
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-20 Jörg Mayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.