diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-05 05:03:30 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-05 05:03:30 +0800 |
commit | a04cae1f2b77185f8f66dfd4fb78bad20935a416 (patch) | |
tree | 0fab7e7c198aee678c3baa84095060c794b24a10 /net | |
parent | 111854f08274a4b4c3cc01f43dcf32af4740a6d9 (diff) | |
download | freebsd-ports-gnome-a04cae1f2b77185f8f66dfd4fb78bad20935a416.tar.gz freebsd-ports-gnome-a04cae1f2b77185f8f66dfd4fb78bad20935a416.tar.zst freebsd-ports-gnome-a04cae1f2b77185f8f66dfd4fb78bad20935a416.zip |
Grr...correct path to dumpcap.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/pkg-plist | 2 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index 8e7d431eeecf..1c22f5efccfb 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/pkg-plist @@ -1,6 +1,6 @@ %%CAPINFOS%% %%DFTEST%% -dumpcap +bin/dumpcap %%EDITCAP%% %%ETHEREAL%% %%IDL2ETH%% diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 8e7d431eeecf..1c22f5efccfb 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -1,6 +1,6 @@ %%CAPINFOS%% %%DFTEST%% -dumpcap +bin/dumpcap %%EDITCAP%% %%ETHEREAL%% %%IDL2ETH%% |