aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nano.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Nano: add a heuristic dissector registration.Roland Haenel1-3/+76
When operating a Nano node behind a NAT, non-standard ports are commonly used for the protocol. The option to enable a heuristic dissector should be helpful in this scenario. Change-Id: I74abd8c90e9e5cebc0251662ade73f4e6e5e21bd Reviewed-on: https://code.wireshark.org/review/26668 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-26add support for Nano bootstrap protocol (TCP)Roland Haenel1-44/+554
Change-Id: Id63c70c05671ad637306809cd6254e951b6b5cd0 Reviewed-on: https://code.wireshark.org/review/26498 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
2018-03-14Nano: do not use packet scope strings in columnsPascal Quantin1-6/+5
Bug: 14533 Change-Id: I2fcab070ca0da5a594f62bd61bd09e42e4113852 Reviewed-on: https://code.wireshark.org/review/26477 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-12Add dissector for Nano / RaiBlocks cryptocurrency protocolRoland Haenel1-0/+498
Change-Id: I34f610a19a972db1c08d7896453e5ed671ec4dc6 Reviewed-on: https://code.wireshark.org/review/26394 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>