Wireshark-commits: [Wireshark-commits] master e878525: Add basic dissector for Ericsson Packet A-bi
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e878525f5ff8ab93794a17ba968c75c6676b4ad6
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e878525 by Harald Welte (laforge@xxxxxxxxxxxx):
Add basic dissector for Ericsson Packet A-bis TFP Protocol
This dissector currently onl dissects the TFP header, treating the
payload (TRAU) as opaque data. Still, it is an improvement to see the
header information like timeslot, sequence number, delay and frame type.
The new TFP dissector is called from packet-ehdlc.c, which in turn is
used inside Ericsson-specific L2TP.
Change-Id: I8835c07e259ec9a324ec92aac39abbef2c902af3
Reviewed-on: https://code.wireshark.org/review/16509
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 051f5cb L2TP: Add some more Ericsson-specific AVPs
adds e878525 Add basic dissector for Ericsson Packet A-bis TFP Protocol
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-ehdlc.c | 4 +-
epan/dissectors/packet-gsm_abis_tfp.c | 220 +++++++++++++++++++++++++++++++++
5 files changed, 226 insertions(+), 1 deletion(-)
create mode 100644 epan/dissectors/packet-gsm_abis_tfp.c