Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Sun, 22 Oct 2017 14:08:22
Message-Id: 1508681287.5a298776c9853088d8f1799e2fc7acc562e201dd.jer@gentoo
1 commit: 5a298776c9853088d8f1799e2fc7acc562e201dd
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 14:08:07 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 14:08:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a298776
7
8 net-analyzer/wireshark: Fix typo.
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 net-analyzer/wireshark/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml
16 index e88111bc335..2297d39cd5d 100644
17 --- a/net-analyzer/wireshark/metadata.xml
18 +++ b/net-analyzer/wireshark/metadata.xml
19 @@ -56,6 +56,6 @@
20 <flag name="text2pcap">Install text2pcap, to generate a capture file from an ASCII hexdump of packets</flag>
21 <flag name="tfshark">Install tfshark, a terminal-based version of the FileShark capability</flag>
22 <flag name="tshark">Install tshark, to dump and analyzer network traffic from the command line</flag>
23 - <flag name="udpdump">Install udpdumpi, to get packets exported from a source (like a network device or a GSMTAP producer) that are dumped to a pcap file</flag>
24 + <flag name="udpdump">Install udpdump, to get packets exported from a source (like a network device or a GSMTAP producer) that are dumped to a pcap file</flag>
25 </use>
26 </pkgmetadata>