Home | History | Annotate | Download | only in tests
      1 # Various flags applied to a TCP session.
      2 #
      3 # We cannot rely on, for example, "print-x.out" and
      4 # "print-X.out" being different files - we might be running
      5 # this on a case-insensitive file system, e.g. a Windows
      6 # file system or a case-insensitive HFS+ file system on
      7 # Mac OS X.
      8 #
      9 # Therefore, for "X" and "XX", we have "print-capX.out"
     10 # and "print-capXX.out".
     11 #
     12 print-x		print-flags.pcap	print-x.out	-t -x
     13 print-xx	print-flags.pcap	print-xx.out	-t -xx
     14 print-X		print-flags.pcap	print-capX.out	-t -X
     15 print-XX	print-flags.pcap	print-capXX.out	-t -XX
     16 print-A		print-flags.pcap	print-A.out	-t -A
     17 print-AA	print-flags.pcap	print-AA.out	-t -AA
     18 
     19 # BGP tests
     20 bgp_vpn_attrset bgp_vpn_attrset.pcap bgp_vpn_attrset.out -t -v 
     21 mpbgp-linklocal-nexthop mpbgp-linklocal-nexthop.pcap mpbgp-linklocal-nexthop.out -t -v
     22 
     23 # EAP tests
     24 eapon1 eapon1.pcap eapon1.out -t 
     25 
     26 # ESP tests
     27 esp0 02-sunrise-sunset-esp.pcap esp0.out -t -n
     28 esp1 02-sunrise-sunset-esp.pcap esp1.out -t -E "0x12345678 (a] 192.1.2.45 3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" 
     29 esp2 08-sunrise-sunset-esp2.pcap esp2.out -t -E "0x12345678 (a] 192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840,0xabcdabcd (a] 192.0.1.1 3des-cbc-hmac96:0x434545464649494a4a4c4c4f4f5151525254545757584043"
     30 esp3 02-sunrise-sunset-esp.pcap esp1.out -t -E "3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758"
     31 esp4 08-sunrise-sunset-esp2.pcap esp2.out -t -E "file esp-secrets.txt"
     32 esp5 08-sunrise-sunset-aes.pcap esp5.out -t -E "file esp-secrets.txt"
     33 espudp1 espudp1.pcap                    espudp1.out -nnnn -t -E "file esp-secrets.txt"
     34 
     35 # ISAKMP tests
     36 isakmp1 isakmp-delete-segfault.pcap isakmp1.out -t 
     37 isakmp2 isakmp-pointer-loop.pcap    isakmp2.out -t
     38 isakmp3 isakmp-identification-segfault.pcap isakmp3.out -t -v
     39 isakmp4 isakmp4500.pcap             isakmp4.out -t -E "file esp-secrets.txt"
     40 
     41 # Link Management Protocol tests
     42 lmp		lmp.pcap		lmp.out -t -T lmp
     43 lmp-v		lmp.pcap		lmp-v.out -t -T lmp -v
     44 
     45 # MPLS tests
     46 mpls-ldp-hello	mpls-ldp-hello.pcap	mpls-ldp-hello.out -t -v
     47 
     48 # OSPF tests
     49 ospf-gmpls	ospf-gmpls.pcap		ospf-gmpls.out	-t -v
     50 
     51 # IKEv2 tests
     52 ikev2four	ikev2four.pcap		ikev2four.out	-t -v
     53 ikev2fourv	ikev2four.pcap		ikev2fourv.out	-t -v -v -v 
     54 ikev2fourv4	ikev2four.pcap		ikev2fourv4.out	-t -v -v -v -v
     55 ikev2pI2	ikev2pI2.pcap		ikev2pI2.out	-t -E "file ikev2pI2-secrets.txt" -v -v -v -v
     56 
     57 # IETF ROLL RPL packets
     58 dio01           dio.pcap                dio.out         -t -v
     59 
     60 # IPNET encapsulated site
     61 e1000g		e1000g.pcap		e1000g.out	-t
     62 
     63 # IETF FORCES WG packets and printer
     64 forces01        forces1.pcap            forces1.out     -t
     65 forces01vvv     forces1.pcap            forces1vvv.out  -t -v -v -v 
     66 forces01vvvv    forces1.pcap            forces1vvvv.out -t -v -v -v -v
     67 # need new pcap file, not sure what the differences were?
     68 #forces02        forces2.pcap            forces2.out     -t
     69 #forces02v       forces2.pcap            forces2v.out    -t -v
     70 #forces02vv      forces2.pcap            forces2vv.out   -t -v -v
     71 
     72 # 802.1ad, QinQ tests 
     73 qinq            QinQpacket.pcap         QinQpacket.out  -t -e
     74 qinqv           QinQpacket.pcap         QinQpacketv.out  -t -e -v
     75 
     76 # now SFLOW tests
     77 sflow1          sflow_multiple_counter_30_pdus.pcap     sflow_multiple_counter_30_pdus.out      -t -v
     78 sflow2          sflow_multiple_counter_30_pdus.pcap     sflow_multiple_counter_30_pdus-nv.out      -t
     79 
     80 # Babel tests
     81 babel1          babel.pcap             babel1.out      -t 
     82 babel1v         babel.pcap             babel1v.out     -t -v
     83 babel_auth      babel_auth.pcap        babel_auth.out  -t -v
     84 babel_pad1      babel_pad1.pcap        babel_pad1.out  -t
     85 
     86 # PPPoE tests
     87 pppoe           pppoe.pcap             pppoe.out       -t
     88 pppoes          pppoes.pcap            pppoes.out      -t
     89 pppoes_id       pppoes.pcap            pppoes_id.out   -t pppoes 0x3b
     90 
     91 # IGMP tests
     92 igmpv3-queries  igmpv3-queries.pcap     igmpv3-queries.out      -t
     93 
     94 # ICMPv6
     95 icmpv6          icmpv6.pcap             icmpv6.out      -t -vv
     96 
     97 # SPB tests
     98 spb	            spb.pcap	            spb.out -t
     99 
    100 # SPB BPDUv4 tests
    101 spb_bpduv4      spb_bpduv4.pcap       spb_bpduv4.out -t
    102 
    103 # DCB Tests
    104 dcb_ets         dcb_ets.pcap          dcb_ets.out   -t -vv
    105 dcb_pfc         dcb_pfc.pcap          dcb_pfc.out   -t -vv
    106 dcb_qcn         dcb_qcn.pcap          dcb_qcn.out   -t -vv
    107 
    108 # EVB tests
    109 evb             evb.pcap              evb.out       -t -vv
    110 
    111 # RIP tests
    112 ripv1v2         ripv1v2.pcap            ripv1v2.out     -t -v
    113 ripv2_auth      ripv2_auth.pcap         ripv2_auth.out  -t -v
    114 
    115 # DHCPv6 tests
    116 dhcpv6-aftr-name	dhcpv6-AFTR-Name-RFC6334.pcap	dhcpv6-AFTR-Name-RFC6334.out	-t -v
    117 dhcpv6-ia-na	dhcpv6-ia-na.pcap	dhcpv6-ia-na.out	-t -v
    118 dhcpv6-ia-pd	dhcpv6-ia-pd.pcap	dhcpv6-ia-pd.out	-t -v
    119 dhcpv6-ia-ta	dhcpv6-ia-ta.pcap	dhcpv6-ia-ta.out	-t -v
    120 dhcpv6-ntp-server	dhcpv6-ntp-server.pcap	dhcpv6-ntp-server.out	-t -v
    121 dhcpv6-sip-server-d	dhcpv6-sip-server-d.pcap	dhcpv6-sip-server-d.out -t -v
    122 dhcpv6-domain-list	dhcpv6-domain-list.pcap	dhcpv6-domain-list.out	-t -v
    123 
    124 # ZeroMQ/PGM tests
    125 # ZMTP/1.0 over TCP
    126 zmtp1v		zmtp1.pcap		zmtp1.out	-t -v -T zmtp1
    127 # native PGM
    128 pgmv		pgm_zmtp1.pcap		pgmv.out	-t -v
    129 # UDP-encapsulated PGM
    130 epgmv		epgm_zmtp1.pcap		epgmv.out	-t -v -T pgm
    131 # ZMTP/1.0 inside native PGM
    132 pgm_zmtp1v	pgm_zmtp1.pcap		pgm_zmtp1v.out	-t -v -T pgm_zmtp1
    133 # ZMTP/1.0 inside UDP-encapsulated PGM
    134 epgm_zmtp1v	epgm_zmtp1.pcap		epgm_zmtp1v.out	-t -v -T pgm_zmtp1
    135 
    136 # MS NLB tests
    137 msnlb		msnlb.pcap		msnlb.out	-t
    138 msnlb2		msnlb2.pcap		msnlb2.out	-t
    139 
    140 # MPTCP tests
    141 mptcp		mptcp.pcap		mptcp.out		-t
    142 mptcp-fclose	mptcp-fclose.pcap	mptcp-fclose.out	-t
    143 # TFO tests
    144 tfo		tfo-5c1fa7f9ae91.pcap	tfo.out		-t
    145 
    146 # IEEE 802.11 tests
    147 802.11_exthdr	ieee802.11_exthdr.pcap	ieee802.11_exthdr.out	-t -v
    148 802.11_rx-stbc	ieee802.11_rx-stbc.pcap	ieee802.11_rx-stbc.out	-t
    149 
    150 # OpenFlow tests
    151 of10_p3295-vv	of10_p3295.pcap		of10_p3295-vv.out	-t -vv
    152 of10_s4810-vvvv	of10_s4810.pcap		of10_s4810-vvvv.out	-t -vvvv
    153 of10_pf5240-vv	of10_pf5240.pcap	of10_pf5240-vv.out	-t -vv
    154 
    155 # GeoNetworking and CALM FAST tests
    156 geonet-calm-fast	geonet_and_calm_fast.pcap	geonet_and_calm_fast.out	-t -vv -n
    157 
    158 # NFLOG test case
    159 nflog-e		nflog.pcap		nflog-e.out		-t -e
    160 
    161 # syslog test case
    162 syslog-v	syslog_udp.pcap		syslog-v.out		-t -v
    163