aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Fixed some data types to remove some warnings in the solaris build.Stig Bjørlykke1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-11From Roy Marples (bug 2781 and bug 2796):Stig Bjørlykke1-1/+2
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-4/+6
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-18/+17
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-18/+21
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-2/+3
2007-03-23fix a lot more warningsUlf Lamping1-1/+1
2007-03-22Sebastien Tandel:Jörg Mayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+1
2006-01-22"size_t" can be "unsigned int" or "unsigned long", so cast it toGuy Harris1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-19/+18
2005-10-27remove some strcpyRonnie Sahlberg1-14/+12
2005-10-08improve get_dns_name now that we have cheap emem allocated buffersRonnie Sahlberg1-3/+1
2005-09-21Fix a comment.Guy Harris1-2/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+1
2005-08-27remove the last remaining sprintf in epan/dissectorsRonnie Sahlberg1-25/+46
2005-08-27remove one sprintfRonnie Sahlberg1-1/+1
2005-08-25when tracking PDU bondaries, only do this IFFRonnie Sahlberg1-1/+8
2005-07-30More char -> const char fixesJörg Mayer1-5/+5
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-01-02Unlike the detailed description of resource record types, theGuy Harris1-7/+4
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.Guy Harris1-7/+32
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1926