Hello community,

here is the log from the commit of package tcpreplay for openSUSE:Factory 
checked in at 2019-03-14 22:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcpreplay (Old)
 and      /work/SRC/openSUSE:Factory/.tcpreplay.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcpreplay"

Thu Mar 14 22:42:52 2019 rev:7 rq:685024 version:4.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcpreplay/tcpreplay.changes      2019-01-08 
12:29:53.896179237 +0100
+++ /work/SRC/openSUSE:Factory/.tcpreplay.new.28833/tcpreplay.changes   
2019-03-14 22:42:54.654629239 +0100
@@ -1,0 +2,9 @@
+Thu Mar 14 05:25:11 UTC 2019 - sean...@opensuse.org
+
+- Update to version 4.3.2
+  * CVE-2019-8381 memory access in do_checksum() (#538 bsc#1125753)
+  * CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#517 bsc#1125755)
+  * CVE-2019-8377 NULL points dereference get_ipv6_i4proto() (#536 bsc#1125754)
+  * Rename Ethereal to Wireshark (#545)
+
+-------------------------------------------------------------------

Old:
----
  tcpreplay-4.3.1.tar.gz
  tcpreplay-4.3.1.tar.gz.asc

New:
----
  tcpreplay-4.3.2.tar.gz
  tcpreplay-4.3.2.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tcpreplay.spec ++++++
--- /var/tmp/diff_new_pack.2ClnCb/_old  2019-03-14 22:42:55.830628831 +0100
+++ /var/tmp/diff_new_pack.2ClnCb/_new  2019-03-14 22:42:55.830628831 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           tcpreplay
-Version:        4.3.1
+Version:        4.3.2
 Release:        0
 Summary:        Network analysis and testing tools
 License:        GPL-3.0-only

++++++ tcpreplay-4.3.1.tar.gz -> tcpreplay-4.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/configure 
new/tcpreplay-4.3.2/configure
--- old/tcpreplay-4.3.1/configure       2018-12-27 20:00:26.000000000 +0100
+++ new/tcpreplay-4.3.2/configure       2019-03-12 21:48:29.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tcpreplay 4.3.1.
+# Generated by GNU Autoconf 2.69 for tcpreplay 4.3.2.
 #
 # Report bugs to <https://github.com/appneta/tcpreplay/issues>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='tcpreplay'
 PACKAGE_TARNAME='tcpreplay'
-PACKAGE_VERSION='4.3.1'
-PACKAGE_STRING='tcpreplay 4.3.1'
+PACKAGE_VERSION='4.3.2'
+PACKAGE_STRING='tcpreplay 4.3.2'
 PACKAGE_BUGREPORT='https://github.com/appneta/tcpreplay/issues'
 PACKAGE_URL='http://tcpreplay.sourceforge.net/'
 
@@ -1443,7 +1443,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures tcpreplay 4.3.1 to adapt to many kinds of systems.
+\`configure' configures tcpreplay 4.3.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1515,7 +1515,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of tcpreplay 4.3.1:";;
+     short | recursive ) echo "Configuration of tcpreplay 4.3.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1689,7 +1689,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-tcpreplay configure 4.3.1
+tcpreplay configure 4.3.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2649,7 +2649,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by tcpreplay $as_me 4.3.1, which was
+It was created by tcpreplay $as_me 4.3.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3790,7 +3790,7 @@
 
 # Define the identity of the package.
  PACKAGE='tcpreplay'
- VERSION='4.3.1'
+ VERSION='4.3.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -26270,7 +26270,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by tcpreplay $as_me 4.3.1, which was
+This file was extended by tcpreplay $as_me 4.3.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -26337,7 +26337,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-tcpreplay config.status 4.3.1
+tcpreplay config.status 4.3.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/configure.ac 
new/tcpreplay-4.3.2/configure.ac
--- old/tcpreplay-4.3.1/configure.ac    2018-12-27 19:43:22.000000000 +0100
+++ new/tcpreplay-4.3.2/configure.ac    2019-03-12 20:46:23.000000000 +0100
@@ -4,7 +4,7 @@
 AC_PREREQ([2.69])
 
 dnl Set version info here!
-AC_INIT([tcpreplay],[4.3.1],
+AC_INIT([tcpreplay],[4.3.2],
     [https://github.com/appneta/tcpreplay/issues],
     [tcpreplay],
     [http://tcpreplay.sourceforge.net/])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/docs/CHANGELOG 
new/tcpreplay-4.3.2/docs/CHANGELOG
--- old/tcpreplay-4.3.1/docs/CHANGELOG  2018-12-27 19:43:22.000000000 +0100
+++ new/tcpreplay-4.3.2/docs/CHANGELOG  2019-03-12 21:42:40.000000000 +0100
@@ -1,3 +1,9 @@
+03/12/2019 Version 4.3.2
+    - CVE-2019-8381 memory access in do_checksum() (#538)
+    - CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#537)
+    - CVE-2019-8377 NULL pointer dereference get_ipv6_l4proto() (#536)
+    - Rename Ethereal to Wireshark (#545)
+
 12/27/2018 Version 4.3.1
     - Fix checkspell detected typos (#531)
     - Heap overflow packet2tree and get_l2len (#530)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/docs/CREDIT 
new/tcpreplay-4.3.2/docs/CREDIT
--- old/tcpreplay-4.3.1/docs/CREDIT     2018-11-10 20:37:34.000000000 +0100
+++ new/tcpreplay-4.3.2/docs/CREDIT     2019-03-12 21:10:54.000000000 +0100
@@ -1,11 +1,11 @@
-$Id$ 
+$Id$
 
 tcpreplay and it's associated utilities (tcpprep, tcprewrite and flowreplay)
-were designed and written by Aaron Turner, and maintained and updated by 
+were designed and written by Aaron Turner, and maintained and updated by
 Fred Klassen of AppNeta
 
 This product includes software developed by the University of California,
-Berkeley, Lawrence Berkeley Laboratory and its contributors. 
+Berkeley, Lawrence Berkeley Laboratory and its contributors.
 
 The following is a list of people in no particular order who have kindly
 submitted patches or code snippets for me to use in tcpreplay.
@@ -19,7 +19,7 @@
 
 Scott Mace <sm...@intt.org>
    - Patch for tcpreplay to support CIDR mode
-   - Patch for ignoring martian IP packets 
+   - Patch for ignoring martian IP packets
 
 Jeffrey Guttenfelder <guttenfel...@sourceforge.net>
    - Code for pausing/restarting tcpreplay via signals.
@@ -59,7 +59,7 @@
     - For his efforts to add IPv6 support to tcpprep and the tcpedit engine
     - For adding IPv6 support to fragroute
 
-Fred Klassen <tcprep...@appneta.com> - AppNeta 
+Fred Klassen <tcprep...@appneta.com> - AppNeta
     - New maintainer of Tcpreplay
     - Added netmap support for wire-rate performance on commodity hardware
     - Improve accuracy and performance of the --mbps option
@@ -79,6 +79,7 @@
 Gabriel Ganne <GitHub @GabrielGanne>
     - Data fuzz rewrite feature
     - Out-of-tree build
+    - General bug fixes
 
 Mario D Santana <GitHUB @@mariodsantana>
     - TCP seq/ack edit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/common/get.c 
new/tcpreplay-4.3.2/src/common/get.c
--- old/tcpreplay-4.3.1/src/common/get.c        2018-12-27 19:35:37.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/common/get.c        2019-03-12 21:07:10.000000000 
+0100
@@ -407,6 +407,8 @@
             dbgx(3, "Going deeper due to extension header 0x%02X", proto);
             maxlen = len - (int)((u_char *)ip6_hdr - (u_char *)next);
             exthdr = get_ipv6_next(next, maxlen);
+            if (exthdr == NULL)
+                return next;
             proto = exthdr->ip_nh;
             next = exthdr;
             break;
@@ -536,6 +538,8 @@
             case TCPR_IPV6_NH_HBH:
                 dbgx(3, "Jumping to next extension header (0x%hhx)", proto);
                 exthdr = get_ipv6_next((struct tcpr_ipv6_ext_hdr_base *)ptr, 
len);
+                if (exthdr == NULL)
+                    return proto;
                 proto = exthdr->ip_nh;
                 ptr = (u_char *)exthdr;
                 break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/common/git_version.c 
new/tcpreplay-4.3.2/src/common/git_version.c
--- old/tcpreplay-4.3.1/src/common/git_version.c        2018-12-27 
20:01:52.000000000 +0100
+++ new/tcpreplay-4.3.2/src/common/git_version.c        2019-03-12 
21:48:44.000000000 +0100
@@ -1,4 +1,4 @@
-const char GIT_Version[] = "git:v4.3.1";
+const char GIT_Version[] = "git:v4.3.2";
 const char *git_version(void) {
     return GIT_Version;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpbridge.1 
new/tcpreplay-4.3.2/src/tcpbridge.1
--- old/tcpreplay-4.3.1/src/tcpbridge.1 2018-12-27 20:01:14.000000000 +0100
+++ new/tcpreplay-4.3.2/src/tcpbridge.1 2019-03-12 21:49:20.000000000 +0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcpbridge 1 "27 Dec 2018" "tcpbridge" "User Commands"
+.TH tcpbridge 1 "12 Mar 2019" "tcpbridge" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpcapinfo.1 
new/tcpreplay-4.3.2/src/tcpcapinfo.1
--- old/tcpreplay-4.3.1/src/tcpcapinfo.1        2018-12-27 20:01:13.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcpcapinfo.1        2019-03-12 21:49:18.000000000 
+0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcpcapinfo 1 "27 Dec 2018" "Tcpreplay Suite" "User Commands"
+.TH tcpcapinfo 1 "12 Mar 2019" "Tcpreplay Suite" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpedit/checksum.c 
new/tcpreplay-4.3.2/src/tcpedit/checksum.c
--- old/tcpreplay-4.3.1/src/tcpedit/checksum.c  2018-11-10 20:37:34.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcpedit/checksum.c  2019-03-12 21:38:00.000000000 
+0100
@@ -4,9 +4,9 @@
  *   Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
  *   Copyright (c) 2013-2018 Fred Klassen <tcpreplay at appneta dot com> - 
AppNeta
  *
- *   The Tcpreplay Suite of tools is free software: you can redistribute it 
- *   and/or modify it under the terms of the GNU General Public License as 
- *   published by the Free Software Foundation, either version 3 of the 
+ *   The Tcpreplay Suite of tools is free software: you can redistribute it
+ *   and/or modify it under the terms of the GNU General Public License as
+ *   published by the Free Software Foundation, either version 3 of the
  *   License, or with the authors permission any later version.
  *
  *   The Tcpreplay Suite is distributed in the hope that it will be useful,
@@ -19,10 +19,10 @@
  */
 
 /*
- * This code is heavily based on (some might even say stolen from) Mike 
Shiffman's 
+ * This code is heavily based on (some might even say stolen from) Mike 
Shiffman's
  * checksumming code from Libnet 1.1.3
  */
- 
+
 #include "config.h"
 #include "tcpedit.h"
 #include "checksum.h"
@@ -41,6 +41,7 @@
     udp_hdr_t *udp;
     icmpv4_hdr_t *icmp;
     icmpv6_hdr_t *icmp6;
+    u_char *layer;
     int ip_hl;
     int sum;
 
@@ -62,7 +63,13 @@
         proto = get_ipv6_l4proto(ipv6, len);
         dbgx(3, "layer4 proto is 0x%hx", (uint16_t)proto);
 
-        ip_hl = (u_char*)get_layer4_v6(ipv6, len) - (u_char*)data;
+        layer = (u_char*)get_layer4_v6(ipv6, len);
+        if (!layer) {
+            tcpedit_setwarn(tcpedit, "%s", "Packet to short for checksum");
+            return TCPEDIT_WARN;
+        }
+
+        ip_hl = layer - (u_char*)data;
         dbgx(3, "ip_hl proto is 0x%d", ip_hl);
 
         len -= (ip_hl - TCPR_IPV6_H);
@@ -96,8 +103,8 @@
         case IPPROTO_UDP:
             udp = (udp_hdr_t *)(data + ip_hl);
             /* No need to recalculate UDP checksums if already 0 */
-            if (udp->uh_sum == 0) 
-                break; 
+            if (udp->uh_sum == 0)
+                break;
             udp->uh_sum = 0;
             if (ipv6 != NULL) {
                 sum = do_checksum_math((uint16_t *)&ipv6->ip_src, 32);
@@ -114,7 +121,7 @@
             icmp->icmp_sum = 0;
             if (ipv6 != NULL) {
                 sum = do_checksum_math((uint16_t *)&ipv6->ip_src, 32);
-                icmp->icmp_sum = CHECKSUM_CARRY(sum);                
+                icmp->icmp_sum = CHECKSUM_CARRY(sum);
             }
             sum += do_checksum_math((uint16_t *)icmp, len);
             icmp->icmp_sum = CHECKSUM_CARRY(sum);
@@ -145,7 +152,7 @@
         case IPPROTO_OSPF:
         case IPPROTO_OSPF_LSA:
         case IPPROTO_VRRP:
-        case TCPR_PROTO_CDP: 
+        case TCPR_PROTO_CDP:
         case TCPR_PROTO_ISL:
         default:
             tcpedit_setwarn(tcpedit, "Unsupported protocol for checksum: 
0x%x", proto);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpliveplay.1 
new/tcpreplay-4.3.2/src/tcpliveplay.1
--- old/tcpreplay-4.3.1/src/tcpliveplay.1       2018-12-27 20:01:15.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcpliveplay.1       2019-03-12 21:49:21.000000000 
+0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcpliveplay 1 "27 Dec 2018" "tcpliveplay" "User Commands"
+.TH tcpliveplay 1 "12 Mar 2019" "tcpliveplay" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpprep.1 
new/tcpreplay-4.3.2/src/tcpprep.1
--- old/tcpreplay-4.3.1/src/tcpprep.1   2018-12-27 20:01:09.000000000 +0100
+++ new/tcpreplay-4.3.2/src/tcpprep.1   2019-03-12 21:49:15.000000000 +0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcpprep 1 "27 Dec 2018" "tcpprep" "User Commands"
+.TH tcpprep 1 "12 Mar 2019" "tcpprep" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpreplay-edit.1 
new/tcpreplay-4.3.2/src/tcpreplay-edit.1
--- old/tcpreplay-4.3.1/src/tcpreplay-edit.1    2018-12-27 20:01:11.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcpreplay-edit.1    2019-03-12 21:49:17.000000000 
+0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcpreplay-edit 1 "27 Dec 2018" "tcpreplay" "User Commands"
+.TH tcpreplay-edit 1 "12 Mar 2019" "tcpreplay" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcpreplay.1 
new/tcpreplay-4.3.2/src/tcpreplay.1
--- old/tcpreplay-4.3.1/src/tcpreplay.1 2018-12-27 20:01:08.000000000 +0100
+++ new/tcpreplay-4.3.2/src/tcpreplay.1 2019-03-12 21:49:13.000000000 +0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcpreplay 1 "27 Dec 2018" "tcpreplay" "User Commands"
+.TH tcpreplay 1 "12 Mar 2019" "tcpreplay" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcprewrite.1 
new/tcpreplay-4.3.2/src/tcprewrite.1
--- old/tcpreplay-4.3.1/src/tcprewrite.1        2018-12-27 20:01:10.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcprewrite.1        2019-03-12 21:49:16.000000000 
+0100
@@ -10,7 +10,7 @@
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH tcprewrite 1 "27 Dec 2018" "tcprewrite" "User Commands"
+.TH tcprewrite 1 "12 Mar 2019" "tcprewrite" "User Commands"
 .\"
 .\" DO NOT EDIT THIS FILE (in-mem file)
 .\"
@@ -35,7 +35,7 @@
 
 .SH "DESCRIPTION"
 Tcprewrite is a tool to rewrite packets stored in \fIpcap(3)\fP file format,
-such as created by tools such as \fItcpdump(1)\fP and \fIethereal(1)\fP.
+such as created by tools such as \fItcpdump(1)\fP and \fIwireshark(1)\fP.
 Once a pcap file has had it's packets rewritten, they can be replayed back
 out on the network using \fItcpreplay(1)\fP.
 .sp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcprewrite_opts.c 
new/tcpreplay-4.3.2/src/tcprewrite_opts.c
--- old/tcpreplay-4.3.1/src/tcprewrite_opts.c   2018-12-27 20:00:48.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcprewrite_opts.c   2019-03-12 21:48:52.000000000 
+0100
@@ -74,7 +74,7 @@
 /**
  *  static const strings for tcprewrite options
  */
-static char const tcprewrite_opt_strs[4911] =
+static char const tcprewrite_opt_strs[4912] =
 /*     0 */ "tcprewrite (tcprewrite)\n"
             "Copyright (C) 2000-2018 Aaron Turner and Fred Klassen, all rights 
reserved.\n"
             "This is free software. It is licensed for use, modification and\n"
@@ -242,7 +242,7 @@
 /*  3876 */ ".tcprewriterc\0"
 /*  3890 */ "tcpreplay-us...@lists.sourceforge.net\0"
 /*  3928 */ "Tcprewrite is a tool to rewrite packets stored in 'pcap(3)' file 
format,\n"
-            "such as created by tools such as 'tcpdump(1)' and 'ethereal(1)'.  
Once a\n"
+            "such as created by tools such as 'tcpdump(1)' and 'wireshark(1)'. 
 Once a\n"
             "pcap file has had it's packets rewritten, they can be replayed 
back out on\n"
             "the network using 'tcpreplay(1)'.\n\n"
             "tcprewrite currently supports reading the following DLT 
types:\n\n\n"
@@ -2595,7 +2595,7 @@
 
   /* referenced via tcprewriteOptions.pzDetail */
   puts(_("Tcprewrite is a tool to rewrite packets stored in 'pcap(3)' file 
format,\n\
-such as created by tools such as 'tcpdump(1)' and 'ethereal(1)'.  Once a\n\
+such as created by tools such as 'tcpdump(1)' and 'wireshark(1)'.  Once a\n\
 pcap file has had it's packets rewritten, they can be replayed back out on\n\
 the network using 'tcpreplay(1)'.\n\n"));
   puts(_("tcprewrite currently supports reading the following DLT 
types:\n\n\n"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcpreplay-4.3.1/src/tcprewrite_opts.def 
new/tcpreplay-4.3.2/src/tcprewrite_opts.def
--- old/tcpreplay-4.3.1/src/tcprewrite_opts.def 2018-12-27 19:35:37.000000000 
+0100
+++ new/tcpreplay-4.3.2/src/tcprewrite_opts.def 2019-03-12 20:46:23.000000000 
+0100
@@ -51,7 +51,7 @@
 
 detail = <<- EOText
 Tcprewrite is a tool to rewrite packets stored in @file{pcap(3)} file format,
-such as created by tools such as @file{tcpdump(1)} and @file{ethereal(1)}.
+such as created by tools such as @file{tcpdump(1)} and @file{wireshark(1)}.
 Once a pcap file has had it's packets rewritten, they can be replayed back
 out on the network using @file{tcpreplay(1)}.
 



Reply via email to