aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09Update formatting, library information.Gerald Combs1-40/+26
svn path=/trunk/; revision=6388
2002-10-09From Ulf Lamping: keep "Update list of packets in real time" fromGuy Harris2-3/+6
crashing on Windows. svn path=/trunk/; revision=6387
2002-10-09Zlib and Net-SNMP updates.Gerald Combs1-7/+7
svn path=/trunk/; revision=6386
2002-10-09Link to libsnmp under Win32.Gerald Combs5-13/+54
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-09Remove experimental (and faulty) stuff that leaked in while adding a ↵Jörg Mayer1-3/+2
dissecotor in 1.500 svn path=/trunk/; revision=6384
2002-10-08- Fixed RRO flag support that got dropped in the previous commit.Ashok Narayanan1-46/+266
- Added support for FRR as per draft-ietf-mpls-rsvp-lsp-fastreroute-00.txt svn path=/trunk/; revision=6383
2002-10-08From Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that wasGuy Harris3-2/+7
supposed to be a "proto_tree_add_item()" call. svn path=/trunk/; revision=6382
2002-10-08From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".Guy Harris3-2/+7
svn path=/trunk/; revision=6381
2002-10-08From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compilerGuy Harris4-19/+28
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-08Fix some compiler warnings.Guy Harris1-40/+40
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-08Set the Info column in the SPX dissector regardless of whether we'reGuy Harris1-8/+10
building a protocol tree or not. Fix up white space. svn path=/trunk/; revision=6378
2002-10-08Make some variables unsigned to remove some compiler warnings.Guy Harris1-3/+3
svn path=/trunk/; revision=6377
2002-10-08Include <string.h> to declare "memcpy()".Guy Harris1-2/+3
Cast the argument to "ip_to_str()" to eliminate a compiler warning. svn path=/trunk/; revision=6376
2002-10-08Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris1-3/+2
RFC, and has nothing to do with PCLI. svn path=/trunk/; revision=6375
2002-10-08Update to note that libpcap 0.7.1 doesn't work perfectly with AIX's BPF,Guy Harris1-1/+8
but that the current CVS libpcap may at least fix the major known problem. svn path=/trunk/; revision=6374
2002-10-07Merge duplicate entriesJörg Mayer2-5/+1
svn path=/trunk/; revision=6373
2002-10-06Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer2-7/+7
svn path=/trunk/; revision=6372
2002-10-06Credit Didier Gautheron for automake fixJörg Mayer2-0/+6
svn path=/trunk/; revision=6371
2002-10-06Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer1-4/+4
Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET. svn path=/trunk/; revision=6370
2002-10-06Remove unnecessary config* stuffJörg Mayer1-7/+0
svn path=/trunk/; revision=6369
2002-10-06Ignore *.la and *.loJörg Mayer1-8/+7
svn path=/trunk/; revision=6368
2002-10-05Make sure that we can dissect KRB5 in NFSv4 blobs.Richard Sharpe1-23/+27
svn path=/trunk/; revision=6367
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke15-11/+671
svn path=/trunk/; revision=6366
2002-10-02Updates to RSVPAshok Narayanan1-558/+585
- 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-02Update Jean-Francois Mule's email addressGerald Combs1-2/+2
svn path=/trunk/; revision=6364
2002-10-02Update Jean-Francois Mule's address.Gerald Combs1-1/+1
svn path=/trunk/; revision=6363
2002-10-02From Brad Hards: Support for SRVLOC version 2Ronnie Sahlberg2-55/+875
svn path=/trunk/; revision=6362
2002-09-30Be more heavy-handed about deleting things during the uninstall process.Gerald Combs1-17/+6
svn path=/trunk/; revision=6361
2002-09-30Display AFS KAUTH information, from Loic TortayGerald Combs3-8/+18
svn path=/trunk/; revision=6360
2002-09-29Final versions for the 0.9.7 release.Gerald Combs2-91/+22
svn path=/trunk/; revision=6358
2002-09-29Makefile.am fixes to pass "make distcheck" testsGerald Combs2-3/+20
svn path=/trunk/; revision=6357
2002-09-29Include <string.h>.Gerald Combs1-1/+3
svn path=/trunk/; revision=6356
2002-09-29Change "Home Page" to "Web Site".Gerald Combs1-3/+3
svn path=/trunk/; revision=6355
2002-09-29Add an entry for Steve Langasek.Gerald Combs1-0/+4
svn path=/trunk/; revision=6354
2002-09-29Some changes to netlogon. function 0x1d is still not right but maybe we areRonnie Sahlberg1-114/+94
getting closer. from Luke H. svn path=/trunk/; revision=6353
2002-09-28From Tomas Kukosa:Gerald Combs1-1/+3
Offset shifting after Coding standard octet was missing. svn path=/trunk/; revision=6352
2002-09-28Commit patch from Steve Langasek.Richard Sharpe1-9/+129
svn path=/trunk/; revision=6351
2002-09-28Disable network name resolution by default.Gerald Combs2-2/+5
svn path=/trunk/; revision=6350
2002-09-28"New Features" updatesGerald Combs1-11/+15
svn path=/trunk/; revision=6349
2002-09-28From Luke Howard: Bugfix for one NETLOGON commandRonnie Sahlberg3-40/+59
svn path=/trunk/; revision=6348
2002-09-28From Ulf Lamping : patch to run the gtk2 port on win32.Olivier Abad1-5/+30
- 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-28From Ulf Lamping: Prettyfied Colorization dialog.Olivier Abad1-139/+215
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-28Decode DHCP option 52 (Option Overload). Decode the options embeddedGerald Combs1-9/+78
in the sname and file options as needed. Thanks to Tedd Frechette for the sample capture. svn path=/trunk/; revision=6345
2002-09-27More NEWS and ChangeLog updates in preparation for the 0.9.7 release.Gerald Combs2-6/+232
svn path=/trunk/; revision=6344
2002-09-27Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg9-44/+147
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-27autogen.sh was accidentally modified with the last checkin. Back outGerald Combs1-3/+2
of the changes. svn path=/trunk/; revision=6342
2002-09-26Bump the version up to 0.9.7. The countdown begins. Too bad ourGerald Combs6-13/+193
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-26From Mark Burton: iSCSI updatesRonnie Sahlberg1-9/+40
svn path=/trunk/; revision=6340
2002-09-26From Jaime Fournier: updates to dcerpc conversation managerRonnie Sahlberg4-14/+207
svn path=/trunk/; revision=6339
2002-09-26Warning fixes for the ncp code by Greg Morris and J�rg Mayer.Jörg Mayer2-26/+14
svn path=/trunk/; revision=6338