aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-10Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-29/+35
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-14/+7
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-18/+18
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-16/+5
2013-03-15From beroset:Anders Broman1-22/+22
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-15/+15
2013-02-10From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8309Evan Huus1-0/+2
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-94/+109
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-16Cleanup:Bill Meier1-1558/+1618
2012-08-16From Stefan Metzmacher: Updates for the SMB2/3Bill Meier1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-03-04From Stefan Metzmacher: Patch that fixes false positives and allows large smb...Bill Meier1-10/+22
2011-01-26Minor changs to NetBIOS Session Service code:Stephen Fisher1-10/+5
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-11-02Removed call to proto_item_set_len() for SESSION_MESSAGE case. Protect someChris Maynard1-4/+6
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-30/+30
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-12/+12
2010-07-06From Frank Schorr:Anders Broman1-0/+10
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-2/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-5/+5
2009-11-20Print adjusted length.Stig Bjørlykke1-1/+2
2009-11-20Added nbss.length.Stig Bjørlykke1-3/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+3
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-04-07Use some default true_false_string's.Bill Meier1-7/+2
2009-04-06More size_t fixes.Gerald Combs1-3/+3
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