diff options
author | Leonn <leonn.paiva@gmail.com> | 2018-04-21 09:15:25 -0300 |
---|---|---|
committer | Leonn <leonn.paiva@gmail.com> | 2018-04-22 01:54:28 -0300 |
commit | 5a7f58d23f50fdc00e1353dbc219a5af67e3a606 (patch) | |
tree | ea5787140cf2857e1f869f96a1e7ba3fbb6ee6dd /tests | |
parent | 07a81f5e1525c3416f572e9d92da21f92790243d (diff) |
:bulb: Add Apache JServ Protocol Dissector
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pcap/ajp.pcap | bin | 0 -> 7804 bytes | |||
-rw-r--r-- | tests/result/ajp.pcap.out | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/pcap/ajp.pcap b/tests/pcap/ajp.pcap Binary files differnew file mode 100644 index 000000000..97228402c --- /dev/null +++ b/tests/pcap/ajp.pcap diff --git a/tests/result/ajp.pcap.out b/tests/result/ajp.pcap.out new file mode 100644 index 000000000..76fff67df --- /dev/null +++ b/tests/result/ajp.pcap.out @@ -0,0 +1,10 @@ +Unknown 6 2200 2 +AJP 26 4446 2 + + 1 TCP 172.29.9.146:38856 <-> 172.29.9.147:8009 [VLAN: 7][proto: 139/AJP][7 pkts/1554 bytes <-> 6 pkts/669 bytes] + 2 TCP 172.29.9.146:38856 <-> 172.29.9.147:8010 [VLAN: 7][proto: 139/AJP][7 pkts/1554 bytes <-> 6 pkts/669 bytes] + + +Undetected flows: + 1 80 93.88.129.0:0 -> 0.7.8.0:0 [proto: 0/Unknown][4 pkts/2012 bytes -> 0 pkts/0 bytes] + 2 80 142.243.129.0:0 -> 0.7.8.0:0 [proto: 0/Unknown][2 pkts/188 bytes -> 0 pkts/0 bytes] |