aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-6/+3
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-04-07Use some default true_false_string's.wmeier1-7/+2
2009-04-06More size_t fixes.gerald1-3/+3
2009-03-23Fixed some data types to remove some warnings in the solaris build.stig1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-08-11From Roy Marples (bug 2781 and bug 2796):stig1-1/+2
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-4/+6
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-18/+17
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-18/+21
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-2/+3
2007-03-23fix a lot more warningsulfl1-1/+1
2007-03-22Sebastien Tandel:jmayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-1/+1
2006-01-22"size_t" can be "unsigned int" or "unsigned long", so cast it toguy1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-19/+18
2005-10-27remove some strcpysahlberg1-14/+12
2005-10-08improve get_dns_name now that we have cheap emem allocated bufferssahlberg1-3/+1
2005-09-21Fix a comment.guy1-2/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-1/+1
2005-08-27remove the last remaining sprintf in epan/dissectorssahlberg1-25/+46
2005-08-27remove one sprintfsahlberg1-1/+1
2005-08-25when tracking PDU bondaries, only do this IFFsahlberg1-1/+8
2005-07-30More char -> const char fixesjmayer1-5/+5
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-01-02Unlike the detailed description of resource record types, theguy1-7/+4
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.guy1-7/+32
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1926