Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37859143
en ru br
ALT Linux repos
S:4.99.4-alt1
5.0: 3.9.8-alt1
4.1: 3.9.7-alt1
4.0: 3.9.7-alt1
+updates:3.9.7-alt1
3.0: 3.8.2-alt3

Group :: Monitoring
RPM: tcpdump

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: tcpdump-3.8.3-deb-ipv6cp.patch
Download


## DP: Do not try to grok IPV6CP packets, the dissector doesn't support it.
diff -urNad /home/romain/Work/Debian/tcpdump/tcpdump-3.8.3/print-ppp.c tcpdump-3.8.3/print-ppp.c
--- /home/romain/Work/Debian/tcpdump/tcpdump-3.8.3/print-ppp.c	2004-04-17 00:25:32 +0200
+++ tcpdump-3.8.3/print-ppp.c	2004-06-19 14:54:40 +0200
@@ -1056,7 +1056,6 @@
 	case PPP_IPCP:
 	case PPP_OSICP:
 	case PPP_MPLSCP:
-	case PPP_IPV6CP:
 	case PPP_CCP:
 	case PPP_BACP:
 		handle_ctrl_proto(proto, p, length);
@@ -1077,6 +1076,7 @@
 #ifdef INET6
 	case ETHERTYPE_IPV6:	/*XXX*/
 	case PPP_IPV6:
+	case PPP_IPV6CP:
 		ip6_print(p, length);
 		break;
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin