aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.Guy Harris1-2131/+0
2015-02-19Bugfix in nbns dissector.Dario Lombardo1-3/+3
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-9/+9
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Use the "netbios" heuristic dissector list elsewhere.Guy Harris1-0/+21
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+0
2014-10-09Eliminate proto_tree_add_text from packet-nbns.cMichael Mann1-229/+257
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-144/+157
2014-09-12proto_tree_add_text cleanupMichael Mann1-54/+41
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-20/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-04-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-04-16Make dissect_nbss() a bit more like tcp_dissect_pdus().Guy Harris1-100/+110
2014-04-16Fetch fields in NBDS as we add them to the protocol tree.Guy Harris1-65/+93
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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