Commit Graph

6259 Commits

Author SHA1 Message Date
Ronnie Sahlberg c0b84c028f Update tethereal to put the filter string in the statistics table for RPC_STAT.
Update gtk and gtk2 versions of RPC_STAT to allow a filter string to be specified on both the command line as well as the GUI.

Update the documentation for ethereal to reflect this.

svn path=/trunk/; revision=6343
2002-09-27 11:07:16 +00:00
Gerald Combs 3f72fbbb25 autogen.sh was accidentally modified with the last checkin. Back out
of the changes.

svn path=/trunk/; revision=6342
2002-09-27 02:55:00 +00:00
Gerald Combs e23851ca23 Bump the version up to 0.9.7. The countdown begins. Too bad our
releases don't involve explosive bolts like NASA launches do.

Bring the ChangeLog and NEWS files up to date to the end of August.

svn path=/trunk/; revision=6341
2002-09-26 19:06:43 +00:00
Ronnie Sahlberg 5579f4d9a3 From Mark Burton: iSCSI updates
svn path=/trunk/; revision=6340
2002-09-26 08:20:22 +00:00
Ronnie Sahlberg 8ca1d857f6 From Jaime Fournier: updates to dcerpc conversation manager
svn path=/trunk/; revision=6339
2002-09-26 06:13:08 +00:00
Jörg Mayer 011a6aafde Warning fixes for the ncp code by Greg Morris and J�rg Mayer.
svn path=/trunk/; revision=6338
2002-09-26 02:08:21 +00:00
Ronnie Sahlberg c7b512c343 Updated RPCSTAT for tethereal. The command now takes a filter string as an optional extra parameter.
This makes it possible to generate any types of stats based on user defined subsets of the capture.

Try -z rpc,rtt,100003,3,nfs.fh.hash==0x12345678

NFS rtt statistics for a specific file.

svn path=/trunk/; revision=6337
2002-09-26 01:13:04 +00:00
Ronnie Sahlberg 82b3850853 From Tom Uijldert: MMSE over HTTP support
svn path=/trunk/; revision=6336
2002-09-26 00:42:16 +00:00
Ronnie Sahlberg 506713b254 From Ulf Lamping: Prettyfied Colorization dialog
svn path=/trunk/; revision=6335
2002-09-26 00:39:09 +00:00
Jörg Mayer 0fa2d294c6 Add Clive A. Stubbings
svn path=/trunk/; revision=6334
2002-09-25 00:52:18 +00:00
Jörg Mayer cbdf814820 Complete the implementation of 802.1s by Clive A Stubbings
svn path=/trunk/; revision=6333
2002-09-25 00:48:53 +00:00
Jörg Mayer 291ac07b6a Add NDPS to Greg Morris' entry
svn path=/trunk/; revision=6332
2002-09-25 00:40:36 +00:00
Jörg Mayer 8c3a0d068f Greg Morris:
This update adds NCP 87/66.
Also add additional error codes, added hf_definition for super class
(NDS). Cleaned up some unused variables (Warnings when building
Ethereal). Fixed NCP type 0x9999 (server busy packets to echo
information to summary information), Added subtree format to NDS
dissector to cleanup display.

svn path=/trunk/; revision=6331
2002-09-25 00:37:01 +00:00
Jörg Mayer 4de3370e14 Replace Transmission ID by Transaction ID (spotted by Olivier Biot)
svn path=/trunk/; revision=6330
2002-09-25 00:01:18 +00:00
Tim Potter 6a789856ad Fixed a bitwise vs logical AND bug when checking the ntlmssp flags for
the unicode bit.

Also, it seems that the strings in the address list of a
NTLMSSP_CHALLENGE message are always in unicode, regardless of the
negotiated string type.  I have a capture of win98 doing NTLM over
HTTP where the domain name is in ASCII but the address list is
unicode.

There is still a bug in the dissection of the NTLMSSP_AUTH message
where the flags value does not specify unicode but the
domain/user/host name is unicode.  Perhaps the flags value for this
message aren't NTLMSSP flags?

Guy/Richard/jmayer, if you have any captures that show different
behaviour can you send them my way?

svn path=/trunk/; revision=6329
2002-09-24 00:40:42 +00:00
Tim Potter 081a11b3d6 Add NTLMSSP message type to COL_INFO. This looks nice for NTLM over
HTTP, but NTLMSSP_CHALLENGE appears twice in a session setup response
SPNEGO negTokenTarg, as the NTLMSSP message appears both in the
responseToken and mechListMIC fields.

svn path=/trunk/; revision=6328
2002-09-24 00:14:46 +00:00
Tim Potter abf520e1cc Add an entry to the protocol tree for NULL strings in
dissect_ntlmssp_strings().  It seems that most versions of IE don't
set the workstation name and domain name in the NTLMSSP_NEGOTIATE
message when doing NTLM over HTTP.

svn path=/trunk/; revision=6327
2002-09-23 22:55:32 +00:00
Tim Potter e8acbb4ebf For NTLM over HTTP the header strings can also be 'WWW-Authenticate: Negotiate'
or 'Authorization: Negotiate'.

svn path=/trunk/; revision=6326
2002-09-23 22:45:25 +00:00
Gilbert Ramirez 04a155f925 Support re-assembly of fragmented BIUs in SNA packets of TH FID 2
Other SNA TH types support fragmentation, but denote it much differently
thant TH FID2. Since I have only FID-2 fragmented packet traces, it's
the only type I could test, and thus the only FID type I coded for.

Many thanks to Nick Baldwin <nick.baldwin@satelcom.co.uk> for
providing the traces and for testing the changes.

svn path=/trunk/; revision=6325
2002-09-23 21:58:22 +00:00
Olivier Abad 1b89d48835 Change to color filters :
- moved color_filter_t in color.h
- change color_filter_t to use color_t instead of GdkColor

This changed allowed to remove the last gtk includes in file.c. It is
now completely free of any gtk related code.

svn path=/trunk/; revision=6324
2002-09-23 19:09:52 +00:00
Jörg Mayer 37c599b47d Dissector for Novell Distributed Print Services by Greg Morris.
NDPS runs on top of SPX and TCP.

svn path=/trunk/; revision=6323
2002-09-23 17:14:54 +00:00
Jörg Mayer ba14ebf41c Add packet_list.obj to Makefile.nmake - spotted by Ulf Lamping
svn path=/trunk/; revision=6322
2002-09-23 17:07:39 +00:00
Jörg Mayer 3304e03991 Fix two minor typos by Anand V. Narwani
svn path=/trunk/; revision=6321
2002-09-23 16:27:57 +00:00
Jörg Mayer 4472ece255 Add packet_list.obj
svn path=/trunk/; revision=6320
2002-09-23 15:00:39 +00:00
Gerald Combs e62ca2bd63 From Clive A Stubbings:
Add support for the static portion of 802.1s MSTP.

svn path=/trunk/; revision=6319
2002-09-23 01:51:11 +00:00
Gerald Combs 7d7c2e075e From Graeme Hewson:
In my recent patches to set and use a default directory, I neglected
  to set the directory when the user enters a file name directly into the
  "Capture Options" and "Print" dialogs instead of using the file dialog.
  This set of patches corrects this.

svn path=/trunk/; revision=6318
2002-09-22 17:52:38 +00:00
Gerald Combs a4cace5463 Fix some (but not all) compiler warnings.
svn path=/trunk/; revision=6317
2002-09-22 17:39:00 +00:00
Gerald Combs 66f22c2df8 Remove packet-netflow.h
svn path=/trunk/; revision=6316
2002-09-22 17:20:00 +00:00
Gerald Combs 18061d6537 From Graeme Hewson:
It can sometimes happen that capturing is stopped just after Ethereal
  has switched to a new ring buffer.  The result is that no frames
  are displayed.  The patch to ringbuffer.c displays the previous ring
  buffer if the current buffer is empty on close.

  The patch to capture.c fixes a bug where an error return from
  ringbuf_wtap_dump_close was ignored, and tidies up the code around
  the call.

svn path=/trunk/; revision=6315
2002-09-22 16:17:41 +00:00
Gerald Combs 4fffe8c0ad Major updates from Bill Fumerola.
Remove packet-netflow.h, since it is no longer needed.

svn path=/trunk/; revision=6314
2002-09-22 16:13:22 +00:00
Gerald Combs c9cdfff342 From Greg Morris: More NDS decodes.
Fix a typo in get_string().

svn path=/trunk/; revision=6313
2002-09-22 15:46:42 +00:00
Michael Tüxen 972849fff1 Fixed a bug in packet-m2pa.c regarding the handling of Acks.
svn path=/trunk/; revision=6312
2002-09-22 12:12:32 +00:00
Olivier Abad d72aca0b7e Removed all gtk calls in file.c :
- created a few packet_list_xxx functions (ui_util.h gtk/packet_list.c
  gtk2/packet_list.c) ;
- removed almost all "gtk/xxx" and "gtk2/xxx" includes in file.c

The only remaining includes are related to color filters. We have to
make color_filter_t GUI independent by replacing GdkColor with color_t.
I'll work on this later.

svn path=/trunk/; revision=6311
2002-09-21 11:36:30 +00:00
Gerald Combs 820af9e2f2 From Paul Erkilla:
2 small fixes from Renzo Tomas

svn path=/trunk/; revision=6310
2002-09-21 03:14:10 +00:00
Ronnie Sahlberg acf0825fdd From Jeff Morriss: New protocol SCCP-Management
svn path=/trunk/; revision=6309
2002-09-20 09:22:46 +00:00
Ronnie Sahlberg 9d646cdc99 From Hannes Gredler: Support OSI over CHDLC
svn path=/trunk/; revision=6308
2002-09-20 09:17:38 +00:00
Richard Sharpe 29eb4e3c65 More pretty-boy stuff for Write&X responses ...
svn path=/trunk/; revision=6307
2002-09-20 07:43:02 +00:00
Richard Sharpe c2e6d4fcb2 Add more info in the info col for write&X.
svn path=/trunk/; revision=6306
2002-09-20 07:28:20 +00:00
Michael Tüxen 5800ff03d9 Updated to version 06 of the Internet Draft.
svn path=/trunk/; revision=6305
2002-09-20 06:35:15 +00:00
Ronnie Sahlberg d0b3d4f555 Update to dtsprovider, declare the status code and vals
svn path=/trunk/; revision=6304
2002-09-18 12:12:50 +00:00
Ronnie Sahlberg 3832f2a8c2 From Didier: bugfix for sequence number wrapping
svn path=/trunk/; revision=6303
2002-09-18 12:08:28 +00:00
Tim Potter d0a0a41eaf Got rid of some nested parenthesis in the gssapi oid registrations.
svn path=/trunk/; revision=6302
2002-09-18 08:36:25 +00:00
Guy Harris 497183e5c1 From Didier Gautheron: bail out in "loop_record()" if the size of the
structure to be dissected is 0.

Also, in "loop_record()":

	Make the variable in which that size is stored a "guint" to
	avoid overflows.

	Free up the name string as soon as we're done with it, so that
	we won't leak it if we throw an exception.

svn path=/trunk/; revision=6301
2002-09-18 01:10:02 +00:00
Guy Harris b59eef7ba5 From Andreas Sikkema: add the connected number information element.
svn path=/trunk/; revision=6300
2002-09-17 19:50:12 +00:00
Ronnie Sahlberg 4b82a0c5cb From Jaime Fournier, bugfix for dtsprovider and some error codes for dce122
svn path=/trunk/; revision=6299
2002-09-17 09:38:04 +00:00
Jörg Mayer 365a9e0224 New dissector for the FIX protocol by PC Drew
svn path=/trunk/; revision=6298
2002-09-16 17:49:20 +00:00
Ronnie Sahlberg f2cce7516c From Luke Howard: Small fix for NETLOGON: LogonGetDomainInfo
svn path=/trunk/; revision=6297
2002-09-15 06:36:16 +00:00
Olivier Abad 9226809ef4 - add a new GUI preference in the gtk2 port. It allows to use
alternating colors in all TreeView widgets (see
  gtk_tree_view_set_rules_hint()).

- remove unused preferences in the gtk2 port (tree_expander_style and
  tree_line_style).

svn path=/trunk/; revision=6296
2002-09-14 10:07:40 +00:00
Ronnie Sahlberg 2fe5695f13 Optimized edt handling as per Guy's suggestion.
The performance impact on using multiple tap extensions using
filter strings should be greatly reduced.

Next step would be to rewrite the color filtering in file.c to become
a tap extension and then the checking of display filters in file.c as well.
After that the edt/epan_dissect_run() calls can be completely removed from
file.c

svn path=/trunk/; revision=6295
2002-09-14 07:42:52 +00:00
Ronnie Sahlberg a7aacfd4f9 From Jaime Fournier: DCE/RPC AFS4INT interface
svn path=/trunk/; revision=6294
2002-09-13 10:36:55 +00:00