aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-12smb: Fix display_unicode_stringJohn Thacker1-33/+4
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-6/+6
2020-07-14DNS: Try to fix Wpointer-sign warnings.Anders Broman1-1/+1
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13Pull get_unicode_or_ascii_string() into packet-smb.c.Guy Harris1-156/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-2/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-16/+29
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-31Revert "In get_unicode_or_ascii_string(), check if the length is odd/even, no...Stefan Metzmacher1-1/+1
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris1-2/+2
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-4/+4
2013-03-18From beroset:Anders Broman1-3/+3
2012-09-26In get_unicode_or_ascii_string(), check if the length is odd/even, not the of...Chris Maynard1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-1/+1
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs1-69/+10
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+1
2010-12-21Fix indentation: change from a mixture of 2 and 4 spaces to tabs (whichStephen Fisher1-168/+187
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-1/+2
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2007-03-30Fix more warningsStephen Fisher1-1/+1
2006-11-26Problem: Bill Meier1-7/+6
2006-11-24From Stefan Metzmacher:Jaap Keuter1-0/+78
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-08-19remove g_malloc() from packet-smb-commonRonnie Sahlberg1-3/+1
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callsRonnie Sahlberg1-18/+5
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversionRonnie Sahlberg1-3/+1
2004-12-01Get rid of a long-obsolete comment.Guy Harris1-6/+0
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toGuy Harris1-11/+0
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris1-0/+9
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreGuy Harris1-198/+0
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+490