| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
svn path=/trunk/; revision=11410
|
|
|
|
|
|
|
|
|
| |
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.
svn path=/trunk/; revision=11400
|
|
|
|
|
|
|
| |
operations, display in the COL_INFO column the requested information
level.
svn path=/trunk/; revision=11253
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- NetrJoinDomain2 and NetrUnJoinDomain2 (can be used to remotely join a
machine to an Active Directory domain, typically with the JOIN and
UNJOIN of the netdom utility)
- NetrRenameMachineInDomain2
- NetrAddAlternateComputerName and NetrRemoveAlternateComputerName
(operations added in Windows XP)
All these operations carry a blob (524 bytes) containing an encrypted
version of the password of the account with domain administration
credentials, currently displayed as hex data because the format of this
blob is currently unknown (at least, for me).
svn path=/trunk/; revision=11142
|
|
|
|
| |
svn path=/trunk/; revision=9735
|
|
|
|
| |
svn path=/trunk/; revision=9712
|
|
|
|
| |
svn path=/trunk/; revision=9033
|
|
|
|
| |
svn path=/trunk/; revision=8554
|
|
|
|
|
|
|
|
| |
somewhat. Now the dynamic initialisation of the value_string is contained
in the value_string_from_subdissectors() function instead of being
distributed amongst the dcerpc dissectors.
svn path=/trunk/; revision=8123
|
|
|
|
|
|
|
|
| |
list rather than duplicating this information in the dissector. Some
of the opnum strings were starting to get out of date as developers
forgot to update the information in both places.
svn path=/trunk/; revision=7936
|
|
|
|
|
|
|
| |
declare it in "packet-dcerpc-nt.h", as it's used both by the srvsvc and
wkssvc dissectors.
svn path=/trunk/; revision=7672
|
|
|
|
| |
svn path=/trunk/; revision=7627
|
|
|
|
|
|
| |
the two holes with unknowns.
svn path=/trunk/; revision=7623
|
|
|
|
| |
svn path=/trunk/; revision=7621
|
|
|
|
|
|
|
|
|
| |
It is actually dissected in common with both GetInfo and SetInfo, but we
should never see many of these info levels with GetInfo.
There are some more levels to do, esp some relevant to OS/2 etc ...
svn path=/trunk/; revision=7620
|
|
|
|
|
|
|
| |
There are still some info levels that are not dissected, so I will fill
those in over the next few days, unless someone else gets to it first.
svn path=/trunk/; revision=7619
|
|
|
|
|
|
|
|
| |
of the WKSSVC RPCs. Here we have NetWkstaSetInfo, but we don't know the
info levels as yet. However, it looks like lmwksta.h has all the info we
need.
svn path=/trunk/; revision=7617
|
|
|
|
| |
svn path=/trunk/; revision=7614
|
|
|
|
|
|
| |
stuff to do :-)
svn path=/trunk/; revision=7613
|
|
|
|
|
|
| |
later ...
svn path=/trunk/; revision=7612
|
|
|
|
|
|
|
| |
Why did they code the IDL such that an empty user info structure is sent
over in the request.
svn path=/trunk/; revision=7609
|
|
|
|
|
|
|
| |
However, while I get the info out, there is a problem in that I am not
quite sure that the IDL is correct and that entries read is handled properly.
svn path=/trunk/; revision=7608
|
|
|
|
|
|
| |
I can send a capture to anyone who wants ...
svn path=/trunk/; revision=7605
|
|
|
|
|
|
|
| |
out parameters were included, like maybe the bufptr, and one of the other
fields that is a LPDWORD got included ... and prefmaxlen is further down ...
svn path=/trunk/; revision=7604
|
|
|
|
|
|
|
|
|
|
| |
and watch for the RPC to be sent. Grab RPC OpNum from trace, and increase
our knowledge of these RPCs.
Next to code up the dissectors, and then on to NetWkstaSetInfo etc. MSDN has
lots of info ...
svn path=/trunk/; revision=7602
|
|
|
|
| |
svn path=/trunk/; revision=7581
|
|
|
|
| |
svn path=/trunk/; revision=7580
|
|
|
|
| |
svn path=/trunk/; revision=7579
|
|
|
|
| |
svn path=/trunk/; revision=7568
|
|
|
|
| |
svn path=/trunk/; revision=7566
|
|
|
|
|
|
|
| |
winapi_cleanup tool written by Patrik Stridvall for the wine
project.
svn path=/trunk/; revision=6117
|
|
|
|
|
|
|
| |
for a value_string that corresponds to that dissectors opnums. Pass
in -1 if no such table is available.
svn path=/trunk/; revision=5749
|
|
|
|
| |
svn path=/trunk/; revision=5604
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"epan/..." pathnames, so as to avoid collisions with header files in any
of the directories in which we look (e.g., "proto.h", as some other
package has its own "proto.h" file which it installs in the top-level
include directory).
Don't add "-I" flags to search "epan", as that's no longer necessary
(and we want includes of "epan" headers to fail if the "epan/" is left
out, so that we don't re-introduce includes lacking "epan/").
svn path=/trunk/; revision=4586
|
|
per Todd Sabin's suggestion.
svn path=/trunk/; revision=4242
|