whitequark / zmtp-wireshark

A Wireshark dissector for ZMTP version 3.0 and later (ZeroMQ 4 and later)
http://rfc.zeromq.org/spec:23
MIT License
86 stars 23 forks source link

Parse PING command TTL value #6

Closed bluca closed 6 years ago

bluca commented 6 years ago

The PING command sends a TTL value that the peer should observe if > 0. Parse and display it.

whitequark commented 6 years ago

Thanks!