From: Romain Francoise Date: Sat, 23 Feb 2013 17:50:06 +0000 (+0100) Subject: Add two MS NLB test captures X-Git-Tag: tcpdump-4.4.0^2~3^2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/850e47990a3d006b576a89ed1624cc4a2579ddaa Add two MS NLB test captures msnlb1.pcap contains two heartbeat packets from a single cluster (two nodes). msnlb2.pcap is the same capture with a lower snaplen to exercice the truncation code path. --- diff --git a/tests/TESTLIST b/tests/TESTLIST index aed8e064..5a9ffabb 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -86,3 +86,7 @@ dhcpv6-ia-ta dhcpv6-ia-ta.pcap dhcpv6-ia-ta.out -t -v # ZeroMQ tests zmtp1v zmtp1.pcap zmtp1.out -t -v -T zmtp1 + +# MS NLB tests +msnlb msnlb.pcap msnlb.out -t +msnlb2 msnlb2.pcap msnlb2.out -t diff --git a/tests/msnlb.out b/tests/msnlb.out new file mode 100644 index 00000000..194dbcd1 --- /dev/null +++ b/tests/msnlb.out @@ -0,0 +1,2 @@ +MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82 +MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81 diff --git a/tests/msnlb.pcap b/tests/msnlb.pcap new file mode 100644 index 00000000..dab88fe2 Binary files /dev/null and b/tests/msnlb.pcap differ diff --git a/tests/msnlb2.out b/tests/msnlb2.out new file mode 100644 index 00000000..00fc1a66 --- /dev/null +++ b/tests/msnlb2.out @@ -0,0 +1,2 @@ +[|MS NLB] +[|MS NLB] diff --git a/tests/msnlb2.pcap b/tests/msnlb2.pcap new file mode 100644 index 00000000..270476d2 Binary files /dev/null and b/tests/msnlb2.pcap differ