Wireshark-commits: [Wireshark-commits] master 2a9deba: IEEE 1609.2 dissector converted from per to
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a9deba59564c9a90c17062999bc7a6e10225ac9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2a9deba by AndersBroman (anders.broman@xxxxxxxxxxxx):
IEEE 1609.2 dissector converted from per to oer by hand
- Change per -> oer
- constraned integer 64 bits with upper bound NO_BOUND hand converted
- hf variables commented out.
- constrained integer fn changed to handle >= 0 ( Negative values)
- Pragma to handle unused functions.
Bug: 13766
Change-Id: Ia00d3aa0e4c27c0303366f14b97a1ebf9e39af3d
Reviewed-on: https://code.wireshark.org/review/30248
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 64d2e8f Adding vendor id 0x010F (eProsima Fast-RTPS) to RTPS dissector
add 2a9deba IEEE 1609.2 dissector converted from per to oer by hand
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/asn1/CMakeLists.txt | 2 +-
epan/dissectors/packet-ieee1609dot2.c | 2635 +++++++++++++++++++++++++++++++++
epan/dissectors/packet-oer.c | 12 +-
epan/dissectors/packet-oer.h | 6 +-
epan/dissectors/packet-wsmp.c | 3 +
6 files changed, 2649 insertions(+), 10 deletions(-)
create mode 100644 epan/dissectors/packet-ieee1609dot2.c