aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-mailslot.c
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-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵wmeier1-1/+1
FT_STRINGZ, FT_UINT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. For all but FT_UINT_STRING, always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39426 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵wmeier1-3/+3
non-autogenerated epan/dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39288 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29346 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29345 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26091 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-18include emem.hsahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18508 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
2006-03-14handle coverity bug 36sahlberg1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17620 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-08coverity turned up a false positive in cid 37sahlberg1-1/+1
smb_info is guaranteed to always be non-NULL so the test for !=NULL (which triggered coverity) is redundant git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17517 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
- and rename smb.h to packet-smb.h, as it's packet-smb.c's header file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15845 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-18From Peter Johansson: Make sure a pointer isn't NULL before we try to use it.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14129 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makegerald1-1/+1
sure we're not referencing a fid when we think we're referencing an smb_nt_transact_info_t pointer. (A fuzzed capture I have triggers this behavior). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14107 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-13Fix a bug introduced by my previous checkin.gerald1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14067 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-13Check for COL_INFO before trying to modify it.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14066 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-01the old netlogon protocol is now called smb_netlogonsahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13230 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02Nothing, other than the include of "smb.h", in "packet-smb-common.h" isguy1-1/+1
used here; don't include it, just include "smb.h". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11590 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onguy1-0/+4
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-07-18Move dissectors to epan/dissectors directory.gram1-0/+265
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