aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-rbm.h
AgeCommit message (Collapse)AuthorFilesLines
2020-12-28rbm: fix compiler warnings.Dario Lombardo1-1/+1
2020-07-07file-rbm: Fix -Wpointer-sign warnings.Anders Broman1-1/+1
Change-Id: I53e84e172e1c03849158ba6df83aa2ff9cfb3054 Reviewed-on: https://code.wireshark.org/review/37766 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-16rbm: improve fields layout and decode more types.Dario Lombardo1-1/+1
Change-Id: Ib16118e9c0ce5b612ae1dcb6c678224a79889a93 Reviewed-on: https://code.wireshark.org/review/28287 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-06-07add file dissector for ruby marshal objects.Dario Lombardo1-0/+20
Documentation: https://ruby-doc.org/core-2.5.0/Marshal.html Bug: 14730 Change-Id: If5d3bd2eaf261b4bc7a7df4ac15098503081dd9f Reviewed-on: https://code.wireshark.org/review/27764 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>