metze/wireshark/wip.git
21 years agoWhen deciding whether to put "NDS" into the protocol field in the packet
Guy Harris [Thu, 10 Oct 2002 21:08:45 +0000 (21:08 -0000)]
When deciding whether to put "NDS" into the protocol field in the packet
list, check whether the protocol field is enabled, not whether the info
field is enabled.  Update the protocol field before trying to look at
the packet, so it gets updated even for short packets.

Only parse service reply packets as NDS packets; don't parse positive
ack packets that way.

svn path=/trunk/; revision=6404

21 years agoRemove an extra blank in the Connection Control field display.
Guy Harris [Thu, 10 Oct 2002 21:05:05 +0000 (21:05 -0000)]
Remove an extra blank in the Connection Control field display.

svn path=/trunk/; revision=6403

21 years agoAs we are (correctly) calling the IP dissector regardless of whether a
Guy Harris [Thu, 10 Oct 2002 20:36:37 +0000 (20:36 -0000)]
As we are (correctly) calling the IP dissector regardless of whether a
protocol tree is being built or not, we must also construct a tvbuff to
hand to that dissector regardless of whether a protocol tree is being
built or not.

svn path=/trunk/; revision=6402

21 years agoFixed minor error in call ordering.
Ed Warnicke [Thu, 10 Oct 2002 19:06:04 +0000 (19:06 -0000)]
Fixed minor error in call ordering.

svn path=/trunk/; revision=6401

21 years agoDon't attach the string for an NDS error to the completion code - attach
Guy Harris [Thu, 10 Oct 2002 03:58:47 +0000 (03:58 -0000)]
Don't attach the string for an NDS error to the completion code - attach
the string for the completion code.  Do put the string for the NDS error
into the summary line, however.

Don't clear the NDS error code if we can't translate it to a string.

svn path=/trunk/; revision=6400

21 years ago"#if 0" out the code in "get_string()", as it will probably cause
Guy Harris [Thu, 10 Oct 2002 03:25:47 +0000 (03:25 -0000)]
"#if 0" out the code in "get_string()", as it will probably cause
crashes on many platforms, and other random behavior on others.

Don't create a temporary tree with an NCP tree underneath it if we
already have an NCP tree; we don't want the results of a dissection to
be stuck in an invisible temporary tree if we're supposed to be
generating a protocol tree.

svn path=/trunk/; revision=6399

21 years agoClean up white space.
Guy Harris [Thu, 10 Oct 2002 03:03:30 +0000 (03:03 -0000)]
Clean up white space.

Redo the stuff to check for various NDS requests to use a switch
statement, and #if 0-out the code to handle NDS Pings specially, as the
Novell documentation on their Web site and at least one capture I've
seen suggest that there's nothing but a function and subfunction code in
the ping request.

svn path=/trunk/; revision=6398

21 years agoAdd (back) some #include <string.h>
Jörg Mayer [Thu, 10 Oct 2002 02:57:13 +0000 (02:57 -0000)]
Add (back) some #include <string.h>

svn path=/trunk/; revision=6397

21 years agoBackout previous patch - the warning was left intentionally
Jörg Mayer [Thu, 10 Oct 2002 02:18:41 +0000 (02:18 -0000)]
Backout previous patch - the warning was left intentionally

svn path=/trunk/; revision=6396

21 years agoSilence an unjustified warning
Jörg Mayer [Thu, 10 Oct 2002 01:53:34 +0000 (01:53 -0000)]
Silence an unjustified warning

svn path=/trunk/; revision=6395

21 years agoAdd (back) some #include <string.h>
Jörg Mayer [Thu, 10 Oct 2002 01:49:21 +0000 (01:49 -0000)]
Add (back) some #include <string.h>

svn path=/trunk/; revision=6394

21 years agoIncrease addr outside of macro
Jörg Mayer [Thu, 10 Oct 2002 01:45:25 +0000 (01:45 -0000)]
Increase addr outside of macro

svn path=/trunk/; revision=6393

21 years agoProperly check the return value of decode_prefix4(). This prevents an
Gerald Combs [Thu, 10 Oct 2002 01:36:53 +0000 (01:36 -0000)]
Properly check the return value of decode_prefix4().  This prevents an
infinite loop caused by a malformed packet.

svn path=/trunk/; revision=6392

21 years agoFrom Didier Gautheron: add AFP 3.1's FPEnumerateExt2 call, and add a
Guy Harris [Wed, 9 Oct 2002 23:16:46 +0000 (23:16 -0000)]
From Didier Gautheron: add AFP 3.1's FPEnumerateExt2 call, and add a
warning when TCP or UDP ports are reused in different conversations.

svn path=/trunk/; revision=6391

21 years agoAdd a missing #include <string.h>
Jörg Mayer [Wed, 9 Oct 2002 23:03:11 +0000 (23:03 -0000)]
Add a missing #include <string.h>

svn path=/trunk/; revision=6390

21 years agoSupport for both old and brand new libtool versions
Jörg Mayer [Wed, 9 Oct 2002 22:58:53 +0000 (22:58 -0000)]
Support for both old and brand new libtool versions

svn path=/trunk/; revision=6389

21 years agoUpdate formatting, library information.
Gerald Combs [Wed, 9 Oct 2002 13:39:17 +0000 (13:39 -0000)]
Update formatting, library information.

svn path=/trunk/; revision=6388

21 years agoFrom Ulf Lamping: keep "Update list of packets in real time" from
Guy Harris [Wed, 9 Oct 2002 08:18:37 +0000 (08:18 -0000)]
From Ulf Lamping: keep "Update list of packets in real time" from
crashing on Windows.

svn path=/trunk/; revision=6387

21 years agoZlib and Net-SNMP updates.
Gerald Combs [Wed, 9 Oct 2002 03:17:36 +0000 (03:17 -0000)]
Zlib and Net-SNMP updates.

svn path=/trunk/; revision=6386

21 years agoLink to libsnmp under Win32.
Gerald Combs [Wed, 9 Oct 2002 03:07:34 +0000 (03:07 -0000)]
Link to libsnmp under Win32.

In gtk/main.c and tethereal.c set MIBDIRS to <get_program_path()>\snmp\mibs
so that we can drop the MIB files there, instead of the default c:\usr\...
path.

Add NET_SNMP_DIR to config.nmake and modify Makefile.nmake to adjust
CFLAGs, ethereal_LIBS and tethereal_LIBS accordingly.

Define HAVE_UCD_SNMP in config.h.win32.

I tested this by creating c:\program files\ethereal\snmp\mibs and
dropping in the MIB files that come with Net-SNMP.  Ethereal resolved
system.sysDescr.0 to "iso.3.6.1.2.1.1.1.0" under Windows.  Under Linux
it resolved to "SNMPv2-MIB::sysDescr.0".

Ethereal.nsi still needs to be updated.

A compiled version of the Net-SNMP library can be found at

    http://www.ethereal.com/distribution/win32/development/

svn path=/trunk/; revision=6385

21 years agoRemove experimental (and faulty) stuff that leaked in while adding a dissecotor in...
Jörg Mayer [Wed, 9 Oct 2002 00:48:10 +0000 (00:48 -0000)]
Remove experimental (and faulty) stuff that leaked in while adding a dissecotor in 1.500

svn path=/trunk/; revision=6384

21 years ago- Fixed RRO flag support that got dropped in the previous commit.
Ashok Narayanan [Tue, 8 Oct 2002 23:29:15 +0000 (23:29 -0000)]
- Fixed RRO flag support that got dropped in the previous commit.

- Added support for FRR as per draft-ietf-mpls-rsvp-lsp-fastreroute-00.txt

svn path=/trunk/; revision=6383

21 years agoFrom Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that was
Guy Harris [Tue, 8 Oct 2002 19:35:10 +0000 (19:35 -0000)]
From Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that was
supposed to be a "proto_tree_add_item()" call.

svn path=/trunk/; revision=6382

21 years agoFrom Lutz Jaenicke: use "g_htonl()" rather than "htonl()".
Guy Harris [Tue, 8 Oct 2002 19:26:37 +0000 (19:26 -0000)]
From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".

svn path=/trunk/; revision=6381

21 years agoFrom cjs 2895: get rid of C++ comments, so IBM's Visual Age C compiler
Guy Harris [Tue, 8 Oct 2002 19:19:00 +0000 (19:19 -0000)]
From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compiler
can compile the code.

Note that Bill Fumerola rewrote the Cisco NetFlow dissector.

Update a bunch of addresses in the Ethereal man page, and put some
missing addresses in.

svn path=/trunk/; revision=6380

21 years agoFix some compiler warnings.
Guy Harris [Tue, 8 Oct 2002 19:15:24 +0000 (19:15 -0000)]
Fix some compiler warnings.

Don't put the SPX connection control information into the Info column
unless we're running atop SPX.  (XXX - if we're running atop SPX, the
SPX dissector has already pruned off the SPX header, so we shouldn't be
acting as if we had an SPX header at which to look.)

svn path=/trunk/; revision=6379

21 years agoSet the Info column in the SPX dissector regardless of whether we're
Guy Harris [Tue, 8 Oct 2002 09:29:48 +0000 (09:29 -0000)]
Set the Info column in the SPX dissector regardless of whether we're
building a protocol tree or not.

Fix up white space.

svn path=/trunk/; revision=6378

21 years agoMake some variables unsigned to remove some compiler warnings.
Guy Harris [Tue, 8 Oct 2002 08:58:55 +0000 (08:58 -0000)]
Make some variables unsigned to remove some compiler warnings.

svn path=/trunk/; revision=6377

21 years agoInclude <string.h> to declare "memcpy()".
Guy Harris [Tue, 8 Oct 2002 08:50:04 +0000 (08:50 -0000)]
Include <string.h> to declare "memcpy()".

Cast the argument to "ip_to_str()" to eliminate a compiler warning.

svn path=/trunk/; revision=6376

21 years agoFix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCP
Guy Harris [Tue, 8 Oct 2002 08:26:31 +0000 (08:26 -0000)]
Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCP
RFC, and has nothing to do with PCLI.

svn path=/trunk/; revision=6375

21 years agoUpdate to note that libpcap 0.7.1 doesn't work perfectly with AIX's BPF,
Guy Harris [Tue, 8 Oct 2002 07:30:08 +0000 (07:30 -0000)]
Update to note that libpcap 0.7.1 doesn't work perfectly with AIX's BPF,
but that the current CVS libpcap may at least fix the major known
problem.

svn path=/trunk/; revision=6374

21 years agoMerge duplicate entries
Jörg Mayer [Mon, 7 Oct 2002 23:16:34 +0000 (23:16 -0000)]
Merge duplicate entries

svn path=/trunk/; revision=6373

21 years agoChange by Didier Gautheron to make automake 1.7 work.
Jörg Mayer [Sun, 6 Oct 2002 18:18:45 +0000 (18:18 -0000)]
Change by Didier Gautheron to make automake 1.7 work.

svn path=/trunk/; revision=6372

21 years agoCredit Didier Gautheron for automake fix
Jörg Mayer [Sun, 6 Oct 2002 18:14:28 +0000 (18:14 -0000)]
Credit Didier Gautheron for automake fix

svn path=/trunk/; revision=6371

21 years agoChange by Didier Gautheron to make automake 1.7 work.
Jörg Mayer [Sun, 6 Oct 2002 18:08:49 +0000 (18:08 -0000)]
Change by Didier Gautheron to make automake 1.7 work.

Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET.

svn path=/trunk/; revision=6370

21 years agoRemove unnecessary config* stuff
Jörg Mayer [Sun, 6 Oct 2002 17:45:52 +0000 (17:45 -0000)]
Remove unnecessary config* stuff

svn path=/trunk/; revision=6369

21 years agoIgnore *.la and *.lo
Jörg Mayer [Sun, 6 Oct 2002 17:43:57 +0000 (17:43 -0000)]
Ignore *.la and *.lo

svn path=/trunk/; revision=6368

21 years agoMake sure that we can dissect KRB5 in NFSv4 blobs.
Richard Sharpe [Sat, 5 Oct 2002 06:26:42 +0000 (06:26 -0000)]
Make sure that we can dissect KRB5 in NFSv4 blobs.

svn path=/trunk/; revision=6367

21 years agoAdded a dissector plugin for Packet Cable Lawful Intercept.
Ed Warnicke [Thu, 3 Oct 2002 02:56:59 +0000 (02:56 -0000)]
Added a dissector plugin for Packet Cable Lawful Intercept.

svn path=/trunk/; revision=6366

21 years agoUpdates to RSVP
Ashok Narayanan [Wed, 2 Oct 2002 21:15:27 +0000 (21:15 -0000)]
Updates to RSVP

- Added the RESTART_CAP and PROTECTION_INFO objects (GMPLS)

- Cleaned up the tree variables & removed duplication

- Cleaned up the RRO/ERO subobject decoding and removed duplication

- Added IF-ID ERRORSPEC support

- Cleaned up the HOP IF-ID code and removed duplication

svn path=/trunk/; revision=6365

21 years agoUpdate Jean-Francois Mule's email address
Gerald Combs [Wed, 2 Oct 2002 18:51:10 +0000 (18:51 -0000)]
Update Jean-Francois Mule's email address

svn path=/trunk/; revision=6364

21 years agoUpdate Jean-Francois Mule's address.
Gerald Combs [Wed, 2 Oct 2002 14:49:52 +0000 (14:49 -0000)]
Update Jean-Francois Mule's address.

svn path=/trunk/; revision=6363

21 years agoFrom Brad Hards: Support for SRVLOC version 2
Ronnie Sahlberg [Wed, 2 Oct 2002 08:57:32 +0000 (08:57 -0000)]
From Brad Hards: Support for SRVLOC version 2

svn path=/trunk/; revision=6362

21 years agoBe more heavy-handed about deleting things during the uninstall process.
Gerald Combs [Mon, 30 Sep 2002 14:43:18 +0000 (14:43 -0000)]
Be more heavy-handed about deleting things during the uninstall process.

svn path=/trunk/; revision=6361

21 years agoDisplay AFS KAUTH information, from Loic Tortay
Gerald Combs [Mon, 30 Sep 2002 02:19:38 +0000 (02:19 -0000)]
Display AFS KAUTH information, from Loic Tortay

svn path=/trunk/; revision=6360

21 years agoFinal versions for the 0.9.7 release.
Gerald Combs [Sun, 29 Sep 2002 19:17:05 +0000 (19:17 -0000)]
Final versions for the 0.9.7 release.

svn path=/trunk/; revision=6358

21 years agoMakefile.am fixes to pass "make distcheck" tests
Gerald Combs [Sun, 29 Sep 2002 19:10:07 +0000 (19:10 -0000)]
Makefile.am fixes to pass "make distcheck" tests

svn path=/trunk/; revision=6357

21 years agoInclude <string.h>.
Gerald Combs [Sun, 29 Sep 2002 18:58:56 +0000 (18:58 -0000)]
Include <string.h>.

svn path=/trunk/; revision=6356

21 years agoChange "Home Page" to "Web Site".
Gerald Combs [Sun, 29 Sep 2002 18:16:42 +0000 (18:16 -0000)]
Change "Home Page" to "Web Site".

svn path=/trunk/; revision=6355

21 years agoAdd an entry for Steve Langasek.
Gerald Combs [Sun, 29 Sep 2002 17:16:52 +0000 (17:16 -0000)]
Add an entry for Steve Langasek.

svn path=/trunk/; revision=6354

21 years agoSome changes to netlogon. function 0x1d is still not right but maybe we are
Ronnie Sahlberg [Sun, 29 Sep 2002 10:28:27 +0000 (10:28 -0000)]
Some changes to netlogon.   function 0x1d is still not right but maybe we are
getting closer.   from Luke H.

svn path=/trunk/; revision=6353

21 years agoFrom Tomas Kukosa:
Gerald Combs [Sat, 28 Sep 2002 23:31:39 +0000 (23:31 -0000)]
From Tomas Kukosa:

  Offset shifting after Coding standard octet was missing.

svn path=/trunk/; revision=6352

21 years agoCommit patch from Steve Langasek.
Richard Sharpe [Sat, 28 Sep 2002 16:04:03 +0000 (16:04 -0000)]
Commit patch from Steve Langasek.

svn path=/trunk/; revision=6351

21 years agoDisable network name resolution by default.
Gerald Combs [Sat, 28 Sep 2002 15:23:13 +0000 (15:23 -0000)]
Disable network name resolution by default.

svn path=/trunk/; revision=6350

21 years ago"New Features" updates
Gerald Combs [Sat, 28 Sep 2002 15:12:33 +0000 (15:12 -0000)]
"New Features" updates

svn path=/trunk/; revision=6349

21 years agoFrom Luke Howard: Bugfix for one NETLOGON command
Ronnie Sahlberg [Sat, 28 Sep 2002 09:43:10 +0000 (09:43 -0000)]
From Luke Howard:  Bugfix for one NETLOGON command

svn path=/trunk/; revision=6348

21 years agoFrom Ulf Lamping : patch to run the gtk2 port on win32.
Olivier Abad [Sat, 28 Sep 2002 09:29:49 +0000 (09:29 -0000)]
From Ulf Lamping : patch to run the gtk2 port on win32.
- gettimeofday changed into glib's g_get_current_time (to be able to
  compile)
- disabled multithreading (doesn't seem to work on win32) and used
  gtk_timeout_add() as in gtk1.2 to keep tap extensions updating.

svn path=/trunk/; revision=6347

21 years agoFrom Ulf Lamping: Prettyfied Colorization dialog.
Olivier Abad [Sat, 28 Sep 2002 09:19:12 +0000 (09:19 -0000)]
From Ulf Lamping: Prettyfied Colorization dialog.
This dialog has not been ported to gtk2 yet (see gtk2/STATUS), so it's
just the gtk1 code.

svn path=/trunk/; revision=6346

21 years agoDecode DHCP option 52 (Option Overload). Decode the options embedded
Gerald Combs [Sat, 28 Sep 2002 04:12:38 +0000 (04:12 -0000)]
Decode DHCP option 52 (Option Overload).  Decode the options embedded
in the sname and file options as needed.  Thanks to Tedd Frechette for
the sample capture.

svn path=/trunk/; revision=6345

21 years agoMore NEWS and ChangeLog updates in preparation for the 0.9.7 release.
Gerald Combs [Fri, 27 Sep 2002 14:20:37 +0000 (14:20 -0000)]
More NEWS and ChangeLog updates in preparation for the 0.9.7 release.

svn path=/trunk/; revision=6344

21 years agoUpdate tethereal to put the filter string in the statistics table for RPC_STAT.
Ronnie Sahlberg [Fri, 27 Sep 2002 11:07:16 +0000 (11:07 -0000)]
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

21 years agoautogen.sh was accidentally modified with the last checkin. Back out
Gerald Combs [Fri, 27 Sep 2002 02:55:00 +0000 (02:55 -0000)]
autogen.sh was accidentally modified with the last checkin.  Back out
of the changes.

svn path=/trunk/; revision=6342

21 years agoBump the version up to 0.9.7. The countdown begins. Too bad our
Gerald Combs [Thu, 26 Sep 2002 19:06:43 +0000 (19:06 -0000)]
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

21 years agoFrom Mark Burton: iSCSI updates
Ronnie Sahlberg [Thu, 26 Sep 2002 08:20:22 +0000 (08:20 -0000)]
From Mark Burton: iSCSI updates

svn path=/trunk/; revision=6340

21 years agoFrom Jaime Fournier: updates to dcerpc conversation manager
Ronnie Sahlberg [Thu, 26 Sep 2002 06:13:08 +0000 (06:13 -0000)]
From Jaime Fournier: updates to dcerpc conversation manager

svn path=/trunk/; revision=6339

21 years agoWarning fixes for the ncp code by Greg Morris and J�rg Mayer.
Jörg Mayer [Thu, 26 Sep 2002 02:08:21 +0000 (02:08 -0000)]
Warning fixes for the ncp code by Greg Morris and J�rg Mayer.

svn path=/trunk/; revision=6338

21 years agoUpdated RPCSTAT for tethereal. The command now takes a filter string as an optional...
Ronnie Sahlberg [Thu, 26 Sep 2002 01:13:04 +0000 (01:13 -0000)]
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

21 years agoFrom Tom Uijldert: MMSE over HTTP support
Ronnie Sahlberg [Thu, 26 Sep 2002 00:42:16 +0000 (00:42 -0000)]
From Tom Uijldert: MMSE over HTTP support

svn path=/trunk/; revision=6336

21 years agoFrom Ulf Lamping: Prettyfied Colorization dialog
Ronnie Sahlberg [Thu, 26 Sep 2002 00:39:09 +0000 (00:39 -0000)]
From Ulf Lamping: Prettyfied Colorization dialog

svn path=/trunk/; revision=6335

21 years agoAdd Clive A. Stubbings
Jörg Mayer [Wed, 25 Sep 2002 00:52:18 +0000 (00:52 -0000)]
Add Clive A. Stubbings

svn path=/trunk/; revision=6334

21 years agoComplete the implementation of 802.1s by Clive A Stubbings
Jörg Mayer [Wed, 25 Sep 2002 00:48:53 +0000 (00:48 -0000)]
Complete the implementation of 802.1s by Clive A Stubbings

svn path=/trunk/; revision=6333

21 years agoAdd NDPS to Greg Morris' entry
Jörg Mayer [Wed, 25 Sep 2002 00:40:36 +0000 (00:40 -0000)]
Add NDPS to Greg Morris' entry

svn path=/trunk/; revision=6332

21 years agoGreg Morris:
Jörg Mayer [Wed, 25 Sep 2002 00:37:01 +0000 (00:37 -0000)]
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

21 years agoReplace Transmission ID by Transaction ID (spotted by Olivier Biot)
Jörg Mayer [Wed, 25 Sep 2002 00:01:18 +0000 (00:01 -0000)]
Replace Transmission ID by Transaction ID (spotted by Olivier Biot)

svn path=/trunk/; revision=6330

21 years agoFixed a bitwise vs logical AND bug when checking the ntlmssp flags for
Tim Potter [Tue, 24 Sep 2002 00:40:42 +0000 (00:40 -0000)]
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

21 years agoAdd NTLMSSP message type to COL_INFO. This looks nice for NTLM over
Tim Potter [Tue, 24 Sep 2002 00:14:46 +0000 (00:14 -0000)]
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

21 years agoAdd an entry to the protocol tree for NULL strings in
Tim Potter [Mon, 23 Sep 2002 22:55:32 +0000 (22:55 -0000)]
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

21 years agoFor NTLM over HTTP the header strings can also be 'WWW-Authenticate: Negotiate'
Tim Potter [Mon, 23 Sep 2002 22:45:25 +0000 (22:45 -0000)]
For NTLM over HTTP the header strings can also be 'WWW-Authenticate: Negotiate'
or 'Authorization: Negotiate'.

svn path=/trunk/; revision=6326

21 years agoSupport re-assembly of fragmented BIUs in SNA packets of TH FID 2
Gilbert Ramirez [Mon, 23 Sep 2002 21:58:22 +0000 (21:58 -0000)]
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

21 years agoChange to color filters :
Olivier Abad [Mon, 23 Sep 2002 19:09:52 +0000 (19:09 -0000)]
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

21 years agoDissector for Novell Distributed Print Services by Greg Morris.
Jörg Mayer [Mon, 23 Sep 2002 17:14:54 +0000 (17:14 -0000)]
Dissector for Novell Distributed Print Services by Greg Morris.
NDPS runs on top of SPX and TCP.

svn path=/trunk/; revision=6323

21 years agoAdd packet_list.obj to Makefile.nmake - spotted by Ulf Lamping
Jörg Mayer [Mon, 23 Sep 2002 17:07:39 +0000 (17:07 -0000)]
Add packet_list.obj to Makefile.nmake - spotted by Ulf Lamping

svn path=/trunk/; revision=6322

21 years agoFix two minor typos by Anand V. Narwani
Jörg Mayer [Mon, 23 Sep 2002 16:27:57 +0000 (16:27 -0000)]
Fix two minor typos by Anand V. Narwani

svn path=/trunk/; revision=6321

21 years agoAdd packet_list.obj
Jörg Mayer [Mon, 23 Sep 2002 15:00:39 +0000 (15:00 -0000)]
Add packet_list.obj

svn path=/trunk/; revision=6320

21 years agoFrom Clive A Stubbings:
Gerald Combs [Mon, 23 Sep 2002 01:51:11 +0000 (01:51 -0000)]
From Clive A Stubbings:

Add support for the static portion of 802.1s MSTP.

svn path=/trunk/; revision=6319

21 years agoFrom Graeme Hewson:
Gerald Combs [Sun, 22 Sep 2002 17:52:38 +0000 (17:52 -0000)]
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

21 years agoFix some (but not all) compiler warnings.
Gerald Combs [Sun, 22 Sep 2002 17:39:00 +0000 (17:39 -0000)]
Fix some (but not all) compiler warnings.

svn path=/trunk/; revision=6317

21 years agoRemove packet-netflow.h
Gerald Combs [Sun, 22 Sep 2002 17:20:00 +0000 (17:20 -0000)]
Remove packet-netflow.h

svn path=/trunk/; revision=6316

21 years agoFrom Graeme Hewson:
Gerald Combs [Sun, 22 Sep 2002 16:17:41 +0000 (16:17 -0000)]
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

21 years agoMajor updates from Bill Fumerola.
Gerald Combs [Sun, 22 Sep 2002 16:13:22 +0000 (16:13 -0000)]
Major updates from Bill Fumerola.

Remove packet-netflow.h, since it is no longer needed.

svn path=/trunk/; revision=6314

21 years agoFrom Greg Morris: More NDS decodes.
Gerald Combs [Sun, 22 Sep 2002 15:46:42 +0000 (15:46 -0000)]
From Greg Morris:  More NDS decodes.

Fix a typo in get_string().

svn path=/trunk/; revision=6313

21 years agoFixed a bug in packet-m2pa.c regarding the handling of Acks.
Michael Tüxen [Sun, 22 Sep 2002 12:12:32 +0000 (12:12 -0000)]
Fixed a bug in packet-m2pa.c regarding the handling of Acks.

svn path=/trunk/; revision=6312

21 years agoRemoved all gtk calls in file.c :
Olivier Abad [Sat, 21 Sep 2002 11:36:30 +0000 (11:36 -0000)]
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

21 years agoFrom Paul Erkilla:
Gerald Combs [Sat, 21 Sep 2002 03:14:10 +0000 (03:14 -0000)]
From Paul Erkilla:

  2 small fixes from Renzo Tomas

svn path=/trunk/; revision=6310

21 years agoFrom Jeff Morriss: New protocol SCCP-Management
Ronnie Sahlberg [Fri, 20 Sep 2002 09:22:46 +0000 (09:22 -0000)]
From Jeff Morriss: New protocol SCCP-Management

svn path=/trunk/; revision=6309

21 years agoFrom Hannes Gredler: Support OSI over CHDLC
Ronnie Sahlberg [Fri, 20 Sep 2002 09:17:38 +0000 (09:17 -0000)]
From Hannes Gredler: Support OSI over CHDLC

svn path=/trunk/; revision=6308

21 years agoMore pretty-boy stuff for Write&X responses ...
Richard Sharpe [Fri, 20 Sep 2002 07:43:02 +0000 (07:43 -0000)]
More pretty-boy stuff for Write&X responses ...

svn path=/trunk/; revision=6307

21 years agoAdd more info in the info col for write&X.
Richard Sharpe [Fri, 20 Sep 2002 07:28:20 +0000 (07:28 -0000)]
Add more info in the info col for write&X.

svn path=/trunk/; revision=6306

21 years agoUpdated to version 06 of the Internet Draft.
Michael Tüxen [Fri, 20 Sep 2002 06:35:15 +0000 (06:35 -0000)]
Updated to version 06 of the Internet Draft.

svn path=/trunk/; revision=6305

21 years agoUpdate to dtsprovider, declare the status code and vals
Ronnie Sahlberg [Wed, 18 Sep 2002 12:12:50 +0000 (12:12 -0000)]
Update to dtsprovider, declare the status code and vals

svn path=/trunk/; revision=6304