Add support for parsing Teredo IPv6 tunneling

This commit is contained in:
luwenpeng
2024-06-04 18:08:45 +08:00
parent bd69493991
commit ade7b4c8ab
2 changed files with 23 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ function preprocess_tshark_ouput() {
":icmp:ip:tcp" ":icmp"
":pwethheuristic:pwethnocw" ""
":ospf" ""
":teredo" ""
)
for ((i = 0; i < ${#kv_array[@]}; i += 2)); do
key=${kv_array[i]}