Commit Graph

6308 Commits

Author SHA1 Message Date
Jörg Mayer 6859b2caa6 Increase addr outside of macro
svn path=/trunk/; revision=6393
2002-10-10 01:45:25 +00:00
Gerald Combs 0a0aeffdb5 Properly check the return value of decode_prefix4(). This prevents an
infinite loop caused by a malformed packet.

svn path=/trunk/; revision=6392
2002-10-10 01:36:53 +00:00
Guy Harris 57c62c7879 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
2002-10-09 23:16:46 +00:00
Jörg Mayer 1b626a140a Add a missing #include <string.h>
svn path=/trunk/; revision=6390
2002-10-09 23:03:11 +00:00
Jörg Mayer 110f9caebc Support for both old and brand new libtool versions
svn path=/trunk/; revision=6389
2002-10-09 22:58:53 +00:00
Gerald Combs 7000420817 Update formatting, library information.
svn path=/trunk/; revision=6388
2002-10-09 13:39:17 +00:00
Guy Harris 2dcc8ee1fc From Ulf Lamping: keep "Update list of packets in real time" from
crashing on Windows.

svn path=/trunk/; revision=6387
2002-10-09 08:18:37 +00:00
Gerald Combs bd4ad18aeb Zlib and Net-SNMP updates.
svn path=/trunk/; revision=6386
2002-10-09 03:17:36 +00:00
Gerald Combs ec8fd2703a 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
2002-10-09 03:07:34 +00:00
Jörg Mayer 6743236a10 Remove experimental (and faulty) stuff that leaked in while adding a dissecotor in 1.500
svn path=/trunk/; revision=6384
2002-10-09 00:48:10 +00:00
Ashok Narayanan 58d356ad94 - 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
2002-10-08 23:29:15 +00:00
Guy Harris c7d181b565 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
2002-10-08 19:35:10 +00:00
Guy Harris 49c1aa93cf From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".
svn path=/trunk/; revision=6381
2002-10-08 19:26:37 +00:00
Guy Harris 9934126755 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
2002-10-08 19:19:00 +00:00
Guy Harris f3d86bdc37 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
2002-10-08 19:15:24 +00:00
Guy Harris 138a12ce60 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
2002-10-08 09:29:48 +00:00
Guy Harris 488f1216ad Make some variables unsigned to remove some compiler warnings.
svn path=/trunk/; revision=6377
2002-10-08 08:58:55 +00:00
Guy Harris 7a9e5ffc0b Include <string.h> to declare "memcpy()".
Cast the argument to "ip_to_str()" to eliminate a compiler warning.

svn path=/trunk/; revision=6376
2002-10-08 08:50:04 +00:00
Guy Harris bbd6688e1e 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
2002-10-08 08:26:31 +00:00
Guy Harris 59ae995a27 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
2002-10-08 07:30:08 +00:00
Jörg Mayer 57ade583b7 Merge duplicate entries
svn path=/trunk/; revision=6373
2002-10-07 23:16:34 +00:00
Jörg Mayer 6c895e2d26 Change by Didier Gautheron to make automake 1.7 work.
svn path=/trunk/; revision=6372
2002-10-06 18:18:45 +00:00
Jörg Mayer e96b5aac15 Credit Didier Gautheron for automake fix
svn path=/trunk/; revision=6371
2002-10-06 18:14:28 +00:00
Jörg Mayer b0b1414991 Change by Didier Gautheron to make automake 1.7 work.
Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET.

svn path=/trunk/; revision=6370
2002-10-06 18:08:49 +00:00
Jörg Mayer 32f4580b93 Remove unnecessary config* stuff
svn path=/trunk/; revision=6369
2002-10-06 17:45:52 +00:00
Jörg Mayer 4dd583194e Ignore *.la and *.lo
svn path=/trunk/; revision=6368
2002-10-06 17:43:57 +00:00
Richard Sharpe efe17e3c7f Make sure that we can dissect KRB5 in NFSv4 blobs.
svn path=/trunk/; revision=6367
2002-10-05 06:26:42 +00:00
Ed Warnicke b54b76e697 Added a dissector plugin for Packet Cable Lawful Intercept.
svn path=/trunk/; revision=6366
2002-10-03 02:56:59 +00:00
Ashok Narayanan cb922419d3 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
2002-10-02 21:15:27 +00:00
Gerald Combs 1062faf830 Update Jean-Francois Mule's email address
svn path=/trunk/; revision=6364
2002-10-02 18:51:10 +00:00
Gerald Combs d975e6c448 Update Jean-Francois Mule's address.
svn path=/trunk/; revision=6363
2002-10-02 14:49:52 +00:00
Ronnie Sahlberg e77b5ce9e8 From Brad Hards: Support for SRVLOC version 2
svn path=/trunk/; revision=6362
2002-10-02 08:57:32 +00:00
Gerald Combs bc73763541 Be more heavy-handed about deleting things during the uninstall process.
svn path=/trunk/; revision=6361
2002-09-30 14:43:18 +00:00
Gerald Combs efd65d42bf Display AFS KAUTH information, from Loic Tortay
svn path=/trunk/; revision=6360
2002-09-30 02:19:38 +00:00
Gerald Combs c46d8e15b5 Final versions for the 0.9.7 release.
svn path=/trunk/; revision=6358
2002-09-29 19:17:05 +00:00
Gerald Combs 33608d4763 Makefile.am fixes to pass "make distcheck" tests
svn path=/trunk/; revision=6357
2002-09-29 19:10:07 +00:00
Gerald Combs 80f88eb15d Include <string.h>.
svn path=/trunk/; revision=6356
2002-09-29 18:58:56 +00:00
Gerald Combs 0a8e314f6d Change "Home Page" to "Web Site".
svn path=/trunk/; revision=6355
2002-09-29 18:16:42 +00:00
Gerald Combs 88ee793012 Add an entry for Steve Langasek.
svn path=/trunk/; revision=6354
2002-09-29 17:16:52 +00:00
Ronnie Sahlberg 1a07ef5b5c Some changes to netlogon. function 0x1d is still not right but maybe we are
getting closer.   from Luke H.

svn path=/trunk/; revision=6353
2002-09-29 10:28:27 +00:00
Gerald Combs 5be7f32de9 From Tomas Kukosa:
Offset shifting after Coding standard octet was missing.

svn path=/trunk/; revision=6352
2002-09-28 23:31:39 +00:00
Richard Sharpe da3cdd9ce2 Commit patch from Steve Langasek.
svn path=/trunk/; revision=6351
2002-09-28 16:04:03 +00:00
Gerald Combs 586bcd657c Disable network name resolution by default.
svn path=/trunk/; revision=6350
2002-09-28 15:23:13 +00:00
Gerald Combs 435c702101 "New Features" updates
svn path=/trunk/; revision=6349
2002-09-28 15:12:33 +00:00
Ronnie Sahlberg 5f4545bce0 From Luke Howard: Bugfix for one NETLOGON command
svn path=/trunk/; revision=6348
2002-09-28 09:43:10 +00:00
Olivier Abad 4b5fa096fa 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
2002-09-28 09:29:49 +00:00
Olivier Abad 44618beae3 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
2002-09-28 09:19:12 +00:00
Gerald Combs 7928808681 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
2002-09-28 04:12:38 +00:00
Gerald Combs c2bb2c8d52 More NEWS and ChangeLog updates in preparation for the 0.9.7 release.
svn path=/trunk/; revision=6344
2002-09-27 14:20:37 +00:00
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