mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-474: use topic vectors for MQTT (un)subscribe events/logs
This commit is contained in:
parent
649d9f502b
commit
c43e809a69
5 changed files with 40 additions and 27 deletions
|
@ -3,8 +3,8 @@
|
|||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path mqtt_subscribe
|
||||
#open 2019-07-29-16-44-12
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p action topic qos_level granted_qos_level ack
|
||||
#types time string addr port addr port enum string count count bool
|
||||
#open 2019-08-02-20-39-45
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p action topics qos_levels granted_qos_level ack
|
||||
#types time string addr port addr port enum vector[string] vector[count] count bool
|
||||
1461170590.745647 CHhAvVGS1DHFjwGM9 10.0.1.4 49327 198.41.30.241 1883 MQTT::SUBSCRIBE SampleTopic 0 0 T
|
||||
#close 2019-07-29-16-44-12
|
||||
#close 2019-08-02-20-39-45
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue