Don't guard col_clear with col_check
[obnox/wireshark/wip.git] / epan / dissectors / packet-nbns.c
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 wmeierUse some default true_false_string's.
2009-04-06 geraldMore size_t fixes.
2009-03-23 stigFixed some data types to remove some warnings in the...
2008-10-31 stigFix some "format not a string literal and no format...
2008-08-11 stigFrom Roy Marples (bug 2781 and bug 2796):
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-03-23 ulflfix a lot more warnings
2007-03-22 jmayerSebastien Tandel:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-01-22 guy"size_t" can be "unsigned int" or "unsigned long",...
2006-01-20 jmayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2005-10-27 sahlbergremove some strcpy
2005-10-08 sahlbergimprove get_dns_name now that we have cheap emem...
2005-09-21 guyFix a comment.
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-27 sahlbergremove the last remaining sprintf in epan/dissectors
2005-08-27 sahlbergremove one sprintf
2005-08-25 sahlbergwhen tracking PDU bondaries, only do this IFF
2005-07-30 jmayerMore char -> const char fixes
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-01-02 guyUnlike the detailed description of resource record...
2004-12-26 guyFrom Luis Ontanon: add more filterable fields to DNS...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 gramMove dissectors to epan/dissectors directory.