X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=third-party%2FREADME;h=0f0e8a96240d884bb0f47fcf58cb7de01c99423b;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=15f4d647e907bcdda094177d9aa742c027ca010f;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/third-party/README b/third-party/README index 15f4d647e..0f0e8a962 100644 --- a/third-party/README +++ b/third-party/README @@ -4,14 +4,14 @@ debugging. tcpdump ------- The "ofp-tcpdump.patch" patch adds the ability to parse OpenFlow -messages to tcpdump. These instructions assume that tcpdump 3.9.8 +messages to tcpdump. These instructions assume that tcpdump 4.3.0 is going to be used, but it should work with other versions that are not substantially different. To begin, download tcpdump and apply the patch: - wget http://www.tcpdump.org/release/tcpdump-3.9.8.tar.gz - tar xzf tcpdump-3.9.8.tar.gz - ln -s tcpdump-3.9.8 tcpdump + wget http://www.tcpdump.org/release/tcpdump-4.3.0.tar.gz + tar xzf tcpdump-4.3.0.tar.gz + ln -s tcpdump-4.3.0 tcpdump patch -p0 < ofp-tcpdump.patch Then build the new version of tcpdump: