]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add two MS NLB test captures
authorRomain Francoise <[email protected]>
Sat, 23 Feb 2013 17:50:06 +0000 (18:50 +0100)
committerRomain Francoise <[email protected]>
Sat, 23 Feb 2013 17:50:06 +0000 (18:50 +0100)
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.

tests/TESTLIST
tests/msnlb.out [new file with mode: 0644]
tests/msnlb.pcap [new file with mode: 0644]
tests/msnlb2.out [new file with mode: 0644]
tests/msnlb2.pcap [new file with mode: 0644]

index aed8e0643eb44ddeefca5ac18606ac0fe98f3359..5a9ffabbcde6c85affa9563ad7c2f62de2bd0c13 100644 (file)
@@ -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 (file)
index 0000000..194dbcd
--- /dev/null
@@ -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 (file)
index 0000000..dab88fe
Binary files /dev/null and b/tests/msnlb.pcap differ
diff --git a/tests/msnlb2.out b/tests/msnlb2.out
new file mode 100644 (file)
index 0000000..00fc1a6
--- /dev/null
@@ -0,0 +1,2 @@
+[|MS NLB]
+[|MS NLB]
diff --git a/tests/msnlb2.pcap b/tests/msnlb2.pcap
new file mode 100644 (file)
index 0000000..270476d
Binary files /dev/null and b/tests/msnlb2.pcap differ