summaryrefslogtreecommitdiff
path: root/tests/isup.out
diff options
context:
space:
mode:
authorVyacheslav Trushkin <dogonthesun@gmail.com>2013-11-22 16:28:37 +0700
committerDenis Ovsienko <infrastation@yandex.ru>2014-04-21 18:53:40 +0400
commita97e56cb1124eec90a989e7aa75973343c656f1e (patch)
tree8e1f10d230371ff609fcaf4fc582f72b799b8865 /tests/isup.out
parent9f033017d58aca8f44c6c6e05e77daea35c67e0a (diff)
downloadtcpdump-a97e56cb1124eec90a989e7aa75973343c656f1e.tar.gz
M3UA support added (GH #342)
SCTP's payload protocol identifiers added. M3UA tests provided by wireshark http://wiki.wireshark.org/SampleCaptures#Sigtran_Protocol_Family But RFC4666 tells that parameter 0x0002 aren't carried by M3UA, so it's OK that tcpdump doesn't know about this identifier. Conflicts: Makefile.in interface.h print-sctp.c sctpConstants.h ----------------------------------------------------------------------- The change to sctp_print() does three things: * makes detection of ForCES consider PPID, not just port number * verifies chunk length of all SCTP_DATA chunks, not just of ForCES * adds PPID-specific dispatching with a particular case of M3UA -- Denis
Diffstat (limited to 'tests/isup.out')
-rw-r--r--tests/isup.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/isup.out b/tests/isup.out
new file mode 100644
index 00000000..fb4d9af6
--- /dev/null
+++ b/tests/isup.out
@@ -0,0 +1,6 @@
+IP 10.28.6.42.2905 > 10.28.6.44.2905: sctp (1) [DATA] (B)(E) [TSN: 1822994892] [SID: 6] [SSEQ 42] [PPID M3UA]
+IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4307] [SID: 0] [SSEQ 643] [PPID M3UA]
+IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4308] [SID: 0] [SSEQ 644] [PPID M3UA]
+IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4309] [SID: 0] [SSEQ 645] [PPID M3UA]
+IP 10.28.6.42.2905 > 10.28.6.44.2905: sctp (1) [DATA] (B)(E) [TSN: 1822994893] [SID: 6] [SSEQ 43] [PPID M3UA]
+IP 10.28.6.44.2905 > 10.28.6.42.2905: sctp (1) [DATA] (B)(E) [TSN: 4310] [SID: 0] [SSEQ 646] [PPID M3UA]