mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
a network sniffer a la NetXray. With a little work and development this could
rival NetXray (which is approx $4,000). PR: ports/7581 Submitted by: Bill Fumerola <billf@chc-chimes.com>
This commit is contained in:
parent
43bb420e1f
commit
1ceb2a08d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13215
23
net/ethereal/Makefile
Normal file
23
net/ethereal/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: ethereal
|
||||
# Version required: 0.3.16
|
||||
# Date created: 10 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
DISTNAME= ethereal-0.3.16
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ethereal.zing.org/distribution/ \
|
||||
http://ethereal.boehm.org/distribution/
|
||||
|
||||
MAINTAINER= billf@chc-chimes.com
|
||||
|
||||
LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= ethereal.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ethereal/distinfo
Normal file
1
net/ethereal/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ethereal-0.3.16.tar.gz) = 49700f2373486e3f3324938acfe7e3ba
|
20
net/ethereal/files/patch-aa
Normal file
20
net/ethereal/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- ethereal.h.orig Thu Sep 17 19:14:28 1998
|
||||
+++ ethereal.h Thu Sep 17 19:15:15 1998
|
||||
@@ -27,6 +27,7 @@
|
||||
#define __ETHEREAL_H__
|
||||
|
||||
#include "config.h"
|
||||
+#include <machine/endian.h>
|
||||
|
||||
#define RC_FILE ".etherealrc"
|
||||
#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1"
|
||||
--- packet.c.orig Thu Sep 17 19:15:34 1998
|
||||
+++ packet.c Thu Sep 17 19:15:48 1998
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
1
net/ethereal/pkg-comment
Normal file
1
net/ethereal/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a network analyzer that lets you capture
|
7
net/ethereal/pkg-descr
Normal file
7
net/ethereal/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
a network analyzer that lets you capture and interactively browse the
|
||||
contents of Ethernet frames. Packet data can be read from a file, or
|
||||
live from a local network interface.
|
||||
|
||||
http://ethereal.zing.org
|
||||
|
||||
Bill Fumerola <billf@chc-chimes.com>
|
1
net/ethereal/pkg-plist
Normal file
1
net/ethereal/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ethereal
|
23
net/wireshark/Makefile
Normal file
23
net/wireshark/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: ethereal
|
||||
# Version required: 0.3.16
|
||||
# Date created: 10 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
DISTNAME= ethereal-0.3.16
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ethereal.zing.org/distribution/ \
|
||||
http://ethereal.boehm.org/distribution/
|
||||
|
||||
MAINTAINER= billf@chc-chimes.com
|
||||
|
||||
LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= ethereal.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/wireshark/distinfo
Normal file
1
net/wireshark/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ethereal-0.3.16.tar.gz) = 49700f2373486e3f3324938acfe7e3ba
|
20
net/wireshark/files/patch-aa
Normal file
20
net/wireshark/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- ethereal.h.orig Thu Sep 17 19:14:28 1998
|
||||
+++ ethereal.h Thu Sep 17 19:15:15 1998
|
||||
@@ -27,6 +27,7 @@
|
||||
#define __ETHEREAL_H__
|
||||
|
||||
#include "config.h"
|
||||
+#include <machine/endian.h>
|
||||
|
||||
#define RC_FILE ".etherealrc"
|
||||
#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1"
|
||||
--- packet.c.orig Thu Sep 17 19:15:34 1998
|
||||
+++ packet.c Thu Sep 17 19:15:48 1998
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
1
net/wireshark/pkg-comment
Normal file
1
net/wireshark/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a network analyzer that lets you capture
|
7
net/wireshark/pkg-descr
Normal file
7
net/wireshark/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
a network analyzer that lets you capture and interactively browse the
|
||||
contents of Ethernet frames. Packet data can be read from a file, or
|
||||
live from a local network interface.
|
||||
|
||||
http://ethereal.zing.org
|
||||
|
||||
Bill Fumerola <billf@chc-chimes.com>
|
1
net/wireshark/pkg-plist
Normal file
1
net/wireshark/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ethereal
|
Loading…
Reference in New Issue
Block a user