Commit Graph

6385 Commits

Author SHA1 Message Date
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
Ronnie Sahlberg b0d021db49 From Jaime Fournier: DCE/RCP FLDB interface
svn path=/trunk/; revision=6293
2002-09-13 10:28:54 +00:00
Ronnie Sahlberg 6ee09ff5d8 From Jaime Fournier: DCE/RPC TKN4INT interface
svn path=/trunk/; revision=6292
2002-09-13 10:20:48 +00:00
Ronnie Sahlberg 5e0494b35e From Jaime Fournier: DCE/RPC SECIDMAP interface
svn path=/trunk/; revision=6291
2002-09-13 10:13:03 +00:00
Ronnie Sahlberg 06d24fa447 From Jaime Fournier: DCE/RPC REP_PROC interface
svn path=/trunk/; revision=6290
2002-09-13 10:06:45 +00:00
Ronnie Sahlberg 8abf24da99 From Jaime Fournier: DCE/RPC KRB5RPC interface
svn path=/trunk/; revision=6289
2002-09-13 09:59:21 +00:00
Gilbert Ramirez c24adacff7 <sys/types.h> still needs to be #included to get size_t, as the comment
which was not deleted makes clear.

svn path=/trunk/; revision=6288
2002-09-12 21:26:51 +00:00
Jörg Mayer 39e138aca8 Handle ignored files more flexible. This also fixes the newest files
missing from this file.

svn path=/trunk/; revision=6287
2002-09-12 20:04:42 +00:00
Guy Harris 08dfdefa15 From Anand Narwani: fix an error in decoding classifier TLV's.
svn path=/trunk/; revision=6286
2002-09-12 19:58:37 +00:00
Ronnie Sahlberg ce704ecab3 From Jaime Fournier: DCE/RPC CDS_CLERKSERVER interface
svn path=/trunk/; revision=6285
2002-09-12 09:29:51 +00:00
Ronnie Sahlberg 1caef02b9e From Jaime Fournier: DCE/RPC FTSERVER interface
svn path=/trunk/; revision=6284
2002-09-12 09:19:32 +00:00
Ronnie Sahlberg 473040920f From Jaime Fournier: DCE/RPC BOSSVR interface
svn path=/trunk/; revision=6283
2002-09-12 09:12:26 +00:00
Ronnie Sahlberg be4bcf209d From Jaime Fournier: DCE/RPC UKIKVOTE interface
svn path=/trunk/; revision=6282
2002-09-12 09:06:23 +00:00
Ronnie Sahlberg c6803cb33c From Jaime Fournier: DCE/RPC UBIKDISK interface
svn path=/trunk/; revision=6281
2002-09-12 08:55:42 +00:00
Ronnie Sahlberg 8caf4d9754 From Jaime Fournier: DCE/RPC DTSPROVIDER interface
svn path=/trunk/; revision=6280
2002-09-12 08:48:40 +00:00
Ronnie Sahlberg 5a7aa902f7 From Jaime Fournier: DCE/RPC CPRPC_SERVER interface
svn path=/trunk/; revision=6279
2002-09-12 08:43:37 +00:00
Tim Potter d71438d753 Display the error string in the COL_INFO field for an unsuccessful
NBNS name query.

svn path=/trunk/; revision=6278
2002-09-12 00:10:58 +00:00
Tim Potter cd69642ced Discovered a new pipe, \PIPE\DNSSERVER, when debugging a win2k DNS
problem.  The win2k DNS MMC snap-in generates calls to this pipe.

There appear to be three calls which have been implemented as stubs
for the moment.

svn path=/trunk/; revision=6277
2002-09-11 23:59:13 +00:00
Richard Sharpe 2ee9444112 Small fix from Jim McDonough to fix the order of domain and workstation name
in a negotiate.

svn path=/trunk/; revision=6276
2002-09-11 17:47:32 +00:00
Richard Sharpe 356cc5009e Small patch from Jim McDonough from IBM for problems with the Negotiate NTLMSSP frame.
svn path=/trunk/; revision=6275
2002-09-11 16:45:07 +00:00
Ronnie Sahlberg eef506e467 fix for the fix
svn path=/trunk/; revision=6274
2002-09-11 09:52:36 +00:00
Ronnie Sahlberg ceab65a086 From Jaime Fournier: DCE/RPC CDS_SOLICIT interface
svn path=/trunk/; revision=6273
2002-09-11 09:48:01 +00:00
Ronnie Sahlberg e893099014 Tiny bugfix
svn path=/trunk/; revision=6272
2002-09-11 09:42:02 +00:00
Ronnie Sahlberg 8d76a9c222 From Jaime Fournier: DCE/RPC DTSSTIME_REQ interface
svn path=/trunk/; revision=6271
2002-09-11 09:40:33 +00:00
Ronnie Sahlberg 8d8a620186 From Jaime Fournier: DCE/RPC REPADMIN interface
svn path=/trunk/; revision=6270
2002-09-11 09:34:28 +00:00