Commit Graph

5777 Commits

Author SHA1 Message Date
Guy Harris 8f7a0ba2e1 IUA updates from Michael Tuexen:
provide compatibility with
	   http://www.ietf.org/rfc/rfc3057.txt
	   http://www.ietf.org/internet-drafts/draft-ietf-sigtran-iua-imp-guide-00.txt

	Make all packet fields searchable.

	Add a preference for support of the Implementers Guide.

svn path=/trunk/; revision=5860
2002-07-12 19:37:33 +00:00
Gerald Combs 5d50007db0 Add NSIS checkbox bitmaps.
svn path=/trunk/; revision=5859
2002-07-11 18:43:35 +00:00
Tim Potter 202b8793e8 Added another authentication service for Snego.
svn path=/trunk/; revision=5858
2002-07-11 04:46:32 +00:00
Guy Harris cb4c2bdc3e From Michael Tuexen:
get rid of presumably-unneeded #includes;

	correct the DATA chunk handling when padding bytes are
	available.

svn path=/trunk/; revision=5857
2002-07-10 21:01:57 +00:00
Guy Harris ffe5c2cbe9 From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.
svn path=/trunk/; revision=5856
2002-07-10 20:55:45 +00:00
Guy Harris e7dbdc13fa The time stamps in credentials, at least, sometimes appear to be
UNIX-style "time_t" values (seconds since January 1, 1970, 00:00:00 GMT
- yes, GMT, not local time as in UTIME values).

They also appear to require 4-byte alignment.

svn path=/trunk/; revision=5855
2002-07-10 06:54:24 +00:00
Guy Harris 4d1afddfab Show lengths as decimal, not hex.
Show an authentication message's contents as "Unknown contents", not as
an "Unrecognized NTLMSSP Message".

svn path=/trunk/; revision=5854
2002-07-10 06:17:55 +00:00
Guy Harris 23a0d7e548 Put back the code to show the authentication data as "Auth Data"; call
it if we don't show it as NTLMSSP.

Use #defines for the authentication protocols.

svn path=/trunk/; revision=5853
2002-07-10 06:16:14 +00:00
Guy Harris 90922fb718 Fix some other errors.
svn path=/trunk/; revision=5852
2002-07-10 04:29:23 +00:00
Guy Harris caaccf5a94 Fix an erroneous example.
svn path=/trunk/; revision=5851
2002-07-10 04:24:37 +00:00
Tim Potter 7ad8ddcc46 Reordered some boolean fields to be consistent with the rest of ethereal.
svn path=/trunk/; revision=5850
2002-07-10 02:59:38 +00:00
Tim Potter f56ccc93ab Added Devin for NTLMSSP dissector.
svn path=/trunk/; revision=5849
2002-07-09 20:52:46 +00:00
Tim Potter 8d4650823d Dissector for DCERPC auth type == 10 (NTLMSSP) from
dheitmueller@netilla.com.

svn path=/trunk/; revision=5848
2002-07-09 20:49:27 +00:00
Guy Harris 5b4159ad1e From Bernd Becker:
- changed field types of the Trace Cross Facility Items
	  (hf_tns_trace_cf1 and hf_tns_trace_cf2) from FT_UINT16
	  to FT_UINT32
	- changed field type of Trace Unique Connection ID (tns.trace_cid)
	  to FT_UINT64
	- changed the base for display of some length fields from BASE_HEX
	  to BASE_DEC (tns.accept_data_length, tns.refuse_data_length,
	  tns.redirect_data_length)
	- corrected typo in field name for tns.refuse_reason_system

based on the output of the Oracle trace tool trcasst (specifically
trcasst -od) on Oracle 9.0.1.

svn path=/trunk/; revision=5847
2002-07-09 20:02:54 +00:00
Tim Potter 98933ccb32 Converted form related dissectors from prs_* routines to dissect_ndr_*
routines.

svn path=/trunk/; revision=5846
2002-07-09 14:24:39 +00:00
Ronnie Sahlberg c068194c6b Updated GetDCName LogonControl and GetAnyDCName
svn path=/trunk/; revision=5845
2002-07-09 13:32:29 +00:00
Guy Harris c3fc75e610 Desegmentation of multi-TCP-segment TNS messages (and support for
multiple TNS messages per TCP segment), from Bernd Becker.

svn path=/trunk/; revision=5844
2002-07-08 22:57:55 +00:00
Guy Harris 225914a343 From Michael Tuexen: update for the ASAP dissector which provides
support for the new version of the I-Ds

    http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-01.txt
    http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-04.txt

svn path=/trunk/; revision=5843
2002-07-08 21:09:32 +00:00
Guy Harris 2d84cd97ce Give some more information on the "command.com" vs. "cmd.exe" issue.
svn path=/trunk/; revision=5842
2002-07-08 21:03:04 +00:00
Ronnie Sahlberg c819581499 Updated ACCOUNTDELTAS and ACCOUNTSYNC functions
svn path=/trunk/; revision=5841
2002-07-08 14:01:46 +00:00
Ronnie Sahlberg 6f7c44df42 Update of DATABASESYNC function
svn path=/trunk/; revision=5840
2002-07-08 12:53:28 +00:00
Guy Harris b083cf0b39 Fields can be up to 2^32-1 bytes long, as they may have come from a
reassembled packet and are thus not limited to the maximum frame size;
leave room for a Really Big number in the length item in the status bar,
and use "snprintf()" to format the length item Just To Be Sure.

svn path=/trunk/; revision=5839
2002-07-07 22:14:03 +00:00
Guy Harris 192749474f From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call after
the command-line options are processed, so that we don't crash if you've
set the "column.format" preference from the command line.

Fix a grammaro in a comment.

svn path=/trunk/; revision=5838
2002-07-07 21:52:51 +00:00
Ronnie Sahlberg e6f71eff0d Update for NetrDatabaseDeltas function.
svn path=/trunk/; revision=5837
2002-07-07 13:41:31 +00:00
Ronnie Sahlberg a6ca5d5db2 Added the final two cases for the DELTA_UNION union. Fixed up DELTA_UNION.
svn path=/trunk/; revision=5836
2002-07-07 12:29:31 +00:00
Ronnie Sahlberg efff995e4d Updated DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTS
svn path=/trunk/; revision=5835
2002-07-07 11:04:09 +00:00
Ronnie Sahlberg ec515ae59f Updated DELTA_ALIAS_MEMBER and DELTA_POLICY
svn path=/trunk/; revision=5834
2002-07-07 09:49:16 +00:00
Ronnie Sahlberg 082e7f6317 Updated DELTA_GROUP_MEMBER and DELTA_ALIAS structures.
svn path=/trunk/; revision=5833
2002-07-07 05:15:54 +00:00
Ronnie Sahlberg f2260a13f6 Tiny DELTA_RENAME_USER and DELTA_RENAME_ALIAS update
svn path=/trunk/; revision=5832
2002-07-07 03:04:03 +00:00
Ronnie Sahlberg 956478dfe1 DELTA_RENAME_GROUP update
svn path=/trunk/; revision=5831
2002-07-07 02:39:51 +00:00
Ronnie Sahlberg fd0d7e8ebd Verified and changed name of DELTA_GROUP dissector.
svn path=/trunk/; revision=5830
2002-07-07 02:25:39 +00:00
Ronnie Sahlberg a06d496b18 Renamed SAM_DOMAIN_INFO into DELTA_DOMAN.
Added names for all structure fields and fixed up bottom half of the structure which was completely broken and wrong.
Added IDL definition for this structure. Implementors may want to look at it.

svn path=/trunk/; revision=5829
2002-07-07 01:07:23 +00:00
Guy Harris 78b3b038e1 From Nix:
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns
	about it, and it's not necessary.

	Expand the plugin directory path used for installation at
	installation time, rather than configuration time, so the user
	can reset "prefix" at installation time.

svn path=/trunk/; revision=5828
2002-07-06 20:40:50 +00:00
Guy Harris 26543ab3d4 Note that the requirement for a command interpreter that understands
long file names might prevent you from building on Windows OT.

svn path=/trunk/; revision=5827
2002-07-06 19:51:25 +00:00
Richard Sharpe c4e5391585 A small patch from Andrew Bartlett.
svn path=/trunk/; revision=5826
2002-07-06 17:44:47 +00:00
Gerald Combs 0255b96a8f From a suggestion by PEN <codes [at] lycos.com>, add the length in bytes to
the status bar when a tree item is selected.

svn path=/trunk/; revision=5825
2002-07-06 16:47:17 +00:00
Gerald Combs 8afbfa52d5 Add a comment about using cmd.exe vs command.com.
svn path=/trunk/; revision=5824
2002-07-06 15:39:50 +00:00
Ronnie Sahlberg 4809fcca33 NETLOGON update.
Changed the name of SAM_ACCOUNT_INFO to the real name : DELTA_USER
also fixed some bugs in this structure. Surprised that ethereal could
dissect this structure at all previously since the structure description was
broken. Pure luck I guess.
Other implementors of NETLOGON would benefit from looking at ethereal source
in the future since it seems the public IDL definitions for this interface is
very buggy.

svn path=/trunk/; revision=5823
2002-07-06 00:22:05 +00:00
Guy Harris f84dac608f Use "dissect_ndr_nt_NTTIME()" rather than "dissect_smb_64bit_time()" to
dissect a FILETIME.

svn path=/trunk/; revision=5822
2002-07-05 20:41:01 +00:00
Guy Harris b935491ffc At least from one capture, it appears that the mod time field in a QueryKey
reply is probably a FILETIME, so process it as such.

svn path=/trunk/; revision=5821
2002-07-05 19:34:12 +00:00
Ronnie Sahlberg 78a1b4f460 Fixed stupid bug I added when updating a structure preparing for the rewrite/update.
Fixed some other buglets as well at the same time.

svn path=/trunk/; revision=5820
2002-07-05 08:59:31 +00:00
Tim Potter c6bb2fdfae Implemented a couple of easy windows registry dissectors.
svn path=/trunk/; revision=5819
2002-07-05 07:07:34 +00:00
Guy Harris f703d02ef2 From Michael Tuexen:
Get rid of some presumably-unneeded #includes.

	Fix the handling of the DLCI field.

	Hand off "protocol data" parameters to the Q.931 dissector.

svn path=/trunk/; revision=5818
2002-07-04 20:55:23 +00:00
Guy Harris 9743031080 Update a comment.
svn path=/trunk/; revision=5817
2002-07-04 20:47:28 +00:00
Guy Harris ce8f908f40 From Devin Heitmueller: treat the "send buffer length" in SMB RAP
messages as being present in the packet.

svn path=/trunk/; revision=5816
2002-07-03 18:17:30 +00:00
Guy Harris 60f3462bd3 Note where the "vcvars32.bat" script is located.
Note that "cleanbld.bat" is in the top-level Ethereal source directory.

svn path=/trunk/; revision=5815
2002-07-02 19:27:40 +00:00
Ronnie Sahlberg ba8a7bfdc2 More NETLOGON updates
svn path=/trunk/; revision=5814
2002-07-02 14:41:51 +00:00
Ronnie Sahlberg b84e41cf95 More NETLOGON updates
svn path=/trunk/; revision=5813
2002-07-02 10:11:20 +00:00
Guy Harris 946337a9b8 It appears that the annoying Linux behavior wherein the "source routed"
flag is never set on packets sent by the machine on which the capture is
being done is not a 2.0[.x]-only problem; it's in 2.4.18, and may well
be in all 2.x kernels with at least some drivers.

svn path=/trunk/; revision=5812
2002-07-02 08:23:53 +00:00
Guy Harris 9cde3af195 Set pinfo->ptype, pinfo->srcport, and pinfo->dstport as soon as we've
fetched the source and destination port numbers, so that they're
available to the "Follow TCP Stream" code even if we throw an exception
dissecting the rest of the TCP header.

svn path=/trunk/; revision=5811
2002-07-02 08:18:45 +00:00