aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().gerald1-1/+1
In dissect_ms_compressed_string() dissect_mscldap_string() simply call expand_dns_name() instead of using duplicate (and insecure) code. This *might* break CLDAP and SMB dissection. If that's the case we should probably revert get_dns_name() and simplify expand_dns_name(). Fixes infinite recursion errors found by joernchen of Phenoelit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36029 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-24From Stefan Metzmacher:jake1-0/+3
I created two patches: 1.) move the handling of the compressed strings in CLDAP 'netlogon' replies into a generic place. 2.) implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19970 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-19remove g_malloc() from packet-smb-commonsahlberg1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15420 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-48/+0
"packet-windows-common.[ch]". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11592 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02Every file that includes "packet-smb-common.h" either includes "smb.h"guy1-2/+0
or doesn't need anything defined by "smb.h", so don't include it in "packet-smb-common.h". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11591 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toguy1-2/+0
dissect unknown netlogon commands; move it to "packet-smb-logon.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11589 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onguy1-12/+0
the files including it to include what they need. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11588 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreguy1-25/+0
NTLMSSP-related than SMB-related, and documents about NTLMSSP talk about it, so it's a little more convenient to keep all that stuff together - and export it through a packet-ntlmssp.h header. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11585 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02Put in some comments based on information in theguy1-0/+9
http://davenport.sourceforge.net/ntlm.html document. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11583 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+121
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7