URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70c4a0347ca02f5b8f7ed82d33e340e86d0bd533
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
70c4a03 by Harald Welte (laforge@xxxxxxxxxxxx):
Add GSMTAP logging sub-dissector
Applications can also use GSMTAP framing to convey log messages
which would traditionally be printed on stderr or on log files. This
allows the ordered/interspersed display of protocol messages with log
lines from the applications that send or received those messages.
The osmocom logging framework (part of libosmocore) implements this in
libosmocore.git Change-Id I9a7e72b8c9c6f6f2d76d1ea2332dcdee12394625
Change-Id: I0de723445e5b5ce0199a4081808111240a9ed047
Reviewed-on: https://code.wireshark.org/review/19183
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 0572fbb 6LoWPAN: bugfix in extracting in-line UDP checksum of IPHC
adds 70c4a03 Add GSMTAP logging sub-dissector
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/.editorconfig | 4 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-gsmtap.c | 1 +
epan/dissectors/packet-gsmtap.h | 1 +
epan/dissectors/packet-gsmtap_log.c | 147 +++++++++++++++++++++++++++++++++++
7 files changed, 156 insertions(+)
create mode 100644 epan/dissectors/packet-gsmtap_log.c