Package: etherape
Version: 0.9.13-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch (by Yerenkov Scott) was applied to fix a typo
that prevents setting color codes for the TCP-UNKNOWN protocol.
Thanks for considering the patch.
-- System Information:
Debian Release: jessie/sid
APT prefers wily-updates
APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru etherape-0.9.13/debian/patches/fix-typo.patch etherape-0.9.13/debian/patches/fix-typo.patch
--- etherape-0.9.13/debian/patches/fix-typo.patch 1969-12-31 19:00:00.000000000 -0500
+++ etherape-0.9.13/debian/patches/fix-typo.patch 2015-09-16 13:24:02.000000000 -0400
@@ -0,0 +1,13 @@
+Index: etherape-0.9.13/src/decode_proto.c
+===================================================================
+--- etherape-0.9.13.orig/src/decode_proto.c
++++ etherape-0.9.13/src/decode_proto.c
+@@ -1293,7 +1293,7 @@ get_tcp (decode_proto_t *dp)
+ if (!src_service && !dst_service)
+ {
+ if (pref.group_unk)
+- decode_proto_add(dp, "TCP-UNKNOwN");
++ decode_proto_add(dp, "TCP-UNKNOWN");
+ else
+ {
+ if (chosen_port == src_port)
diff -Nru etherape-0.9.13/debian/patches/series etherape-0.9.13/debian/patches/series
--- etherape-0.9.13/debian/patches/series 1969-12-31 19:00:00.000000000 -0500
+++ etherape-0.9.13/debian/patches/series 2015-09-16 13:23:48.000000000 -0400
@@ -0,0 +1 @@
+fix-typo.patch