diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-01-27 22:11:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-01-27 22:11:51 +0000 |
commit | b6e3d1b21fec4cf2e01a6262ec081b69de481447 (patch) | |
tree | 5464eb8d210d560fc170007934d4fbf8de33e938 /net/ethereal | |
parent | 045c926631c52a0c4989572ff34540fde60fd436 (diff) | |
download | pkgsrc-b6e3d1b21fec4cf2e01a6262ec081b69de481447.tar.gz |
Update ethereal to 0.8.2.
Overview of changes in Ethereal 0.8.2:
* Add editcap as standard install target (Guy)
* Add manpage for editcap (Guy)
* GUI code movement (Guy)
* Read-only Win32 support (Gilbert, Guy)
* L2TP updates (Laurent Cazalet, Thomas Parvais)
* select() workaround for Linux libpcap bug (Guy)
* Cisco CDP fixes (Guy)
* Hex dump option in TCP Stream window (Olivier)
* Assorted frame numbering fixes (Guy)
* Filterable RTSP fields (Jason)
* X.25-over-Ethernet support, perhaps (Guy)
* Export and usage of NLPID values (Guy)
* zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
* Add tethereal and manpage (Guy)
* Doc updates (Guy, Gilbert)
* Fix type in hex printing in netbios (Gerald)
* Work around RedHat 6.1 libpcap filter "feature" (Gerald)
* Fix alignment issues (Guy)
* Tethereal mods (Nathan)
* Use gmodule for dynamic linking instead of libltdl (Gilbert)
* Build fixes (Guy)
* Plugins in tethereal (Olivier)
* Editcap mods (Richard)
* Change code to use strchr() instead of index() (Guy)
* Change code to use strrchr() instead of rindex() (Guy)
* Pop-up menus with right-clicks (Jerry Talkington)
* Packet scrolling option in capture dialogue window (Guy)
* Full NFSv3 support (Uwe)
* Fix byte-order and alignment problems in PPTP
(Thomas Quinot, Debian bug 55347)
* Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
* "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
* Vines update (Joerg)
* tm_mon fix (Guy)
* New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
* New functionality in dissect_rpc_string() (Guy)
* CDP fixes (Paul Ionescu)
* packet_info and ethernet changes (Guy)
* LLC updates (Guy)
* Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
* Cisco ISL support (Guy)
* Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
* Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
* Parse multiple COMMUNITIES value in BGP (Itojun)
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 | ||||
-rw-r--r-- | net/ethereal/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 6 |
4 files changed, 22 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index ab877313a2b..c0275dab70f 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2000/01/10 22:45:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.17 2000/01/27 22:11:51 frueauf Exp $ # -DISTNAME= ethereal-0.8.1 +DISTNAME= ethereal-0.8.2 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index 7e3ae380e78..a63c21dfb6c 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2000/01/10 22:45:43 frueauf Exp $ +$NetBSD: md5,v 1.11 2000/01/27 22:11:52 frueauf Exp $ -MD5 (ethereal-0.8.1.tar.gz) = 9471bd27d91844a2c84d01c2fcffaecc +MD5 (ethereal-0.8.2.tar.gz) = addb99fc390b76b2d66cf815bd921db2 diff --git a/net/ethereal/patches/patch-aa b/net/ethereal/patches/patch-aa new file mode 100644 index 00000000000..e25dc9e7abb --- /dev/null +++ b/net/ethereal/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2000/01/27 22:11:52 frueauf Exp $ + +--- wiretap/file_wrappers.h-orig Tue Jan 25 11:43:51 2000 ++++ wiretap/file_wrappers.h Wed Jan 26 22:01:38 2000 +@@ -39,7 +39,7 @@ + #else /* No zLib */ + #define file_open fopen + #define filed_open fdopen +-extern int file_seek(FILE *stream, long offset, int whence); ++extern long file_seek(FILE *stream, long offset, int whence); + #define file_read fread + #define file_write fwrite + #define file_close fclose diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST index 7ee6cffbdd0..27f62e7a1bf 100644 --- a/net/ethereal/pkg/PLIST +++ b/net/ethereal/pkg/PLIST @@ -1,10 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 1999/12/30 18:35:51 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/01/27 22:11:53 frueauf Exp $ +bin/editcap bin/ethereal +bin/tethereal etc/manuf lib/ethereal/plugins/0.8/gryphon.la lib/ethereal/plugins/0.8/libgryphon.a lib/ethereal/plugins/0.8/libgryphon.so.0.0 +man/man1/editcap.1 man/man1/ethereal.1 +man/man1/tethereal.1 @dirrm lib/ethereal/plugins/0.8 @dirrm lib/ethereal/plugins @dirrm lib/ethereal |