Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-nbns.c
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-04-18 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-04-16 Guy HarrisMake dissect_nbss() a bit more like tcp_dissect_pdus().
2014-04-16 Guy HarrisFetch fields in NBDS as we add them to the protocol...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-10 Chris MaynardReject the packet if data is NULL.
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-02 Michael MannPass struct tcpinfo into all TCP subdissectors instead...
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-13 Jörg MayerDario Lombardo <lomato@gmail.com> via
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-15 Anders BromanFrom beroset:
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2013-02-10 Evan HuusFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
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-16 Bill MeierCleanup:
2012-08-16 Bill MeierFrom Stefan Metzmacher: Updates for the SMB2/3
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-06-19 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-03-04 Bill MeierFrom Stefan Metzmacher: Patch that fixes false positive...
2011-01-26 Stephen FisherMinor changs to NetBIOS Session Service code:
2011-01-21 Jeff MorrissIntroduce, and start using, tvb_eth_to_str().
2011-01-14 Jeff MorrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-02 Chris MaynardRemoved call to proto_item_set_len() for SESSION_MESSAG...
2010-10-08 Jeff MorrissRestore pinfo->private_data after an exception was...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-07-06 Anders BromanFrom Frank Schorr:
2010-05-25 Guy HarrisFrom H.sivank: GtkOSXApplication support.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-18 Bill MeierFix some gcc -Wshadow warnings ....
2009-11-20 Stig BjørlykkePrint adjusted length.
2009-11-20 Stig BjørlykkeAdded nbss.length.
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_INFO) 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.
2009-04-06 Gerald CombsMore size_t fixes.
2009-03-23 Stig BjørlykkeFixed some data types to remove some warnings in the...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-11 Stig BjørlykkeFrom Roy Marples (bug 2781 and bug 2796):
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-03-01 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-02-02 Stig BjørlykkeRewrote some prohibited APIs in epan/dissectors/ (sprin...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-03-23 Ulf Lampingfix a lot more warnings
2007-03-22 Jörg MayerSebastien Tandel:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2006-01-22 Guy Harris"size_t" can be "unsigned int" or "unsigned long",...
2006-01-20 Jörg Mayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2005-10-27 Ronnie Sahlbergremove some strcpy
2005-10-08 Ronnie Sahlbergimprove get_dns_name now that we have cheap emem...
2005-09-21 Guy HarrisFix a comment.
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-27 Ronnie Sahlbergremove the last remaining sprintf in epan/dissectors
2005-08-27 Ronnie Sahlbergremove one sprintf
2005-08-25 Ronnie Sahlbergwhen tracking PDU bondaries, only do this IFF
2005-07-30 Jörg MayerMore char -> const char fixes
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-01-02 Guy HarrisUnlike the detailed description of resource record...
2004-12-26 Guy HarrisFrom Luis Ontanon: add more filterable fields to DNS...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 Ulf LampingPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.