aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-3/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2011-03-04From Stefan Metzmacher: Patch that fixes false positives and allows large smb...wmeier1-10/+22
2011-01-26Minor changs to NetBIOS Session Service code:sfisher1-10/+5
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-1/+1
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-11-02Removed call to proto_item_set_len() for SESSION_MESSAGE case. Protect somecmaynard1-4/+6
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-30/+30
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-12/+12
2010-07-06From Frank Schorr:etxrab1-0/+10
2010-05-25From H.sivank: GtkOSXApplication support.guy1-2/+2
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-5/+5
2009-11-20Print adjusted length.stig1-1/+2
2009-11-20Added nbss.length.stig1-3/+13
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