Don't guard col_set_str (COL_PROTOCOL) with col_check
[metze/wireshark/wip.git] / epan / dissectors / packet-nbns.c
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.