URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=132d6ec70bd9e17e124e4f94537c903bd4b286d7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
132d6ec by Harald Welte (laforge@xxxxxxxxxxx):
gsmtap: Add support for E1/T1 traces
GSMTAP has recently gained support for wrapping E1/T1 protocol traces.
This is very useful as contrary to pcap/wtap file based protocol traces,
GSMTAP can be streamed in real-time.
The GSMTAP pseudo-header encodes information such as
* the E1/T1 timeslot number
* the E1/T1 subeslot number (if I.460 is used)
* the E1/T1 line/span number (somewhat awkwardly as 'antenna number')
* the payload (LAPD, Frame Relay, TRAU, ...)
In this first implementation in wireshark, only FR and LAPD
sub-dissectors are added. The other payloads (TRAU) do not have any
wireshark dissectors so far.
Change-Id: Ib699e9231ef7b9e6c5053e6b920954b3e7b0a4a4
Reviewed-on: https://code.wireshark.org/review/38213
Reviewed-by: Vadim Yanitskiy <vyanitskiy@xxxxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4dac9c2 packet-q933: Decode LINK INTEGRITY + PVC STATUS IEs without codeset
add 132d6ec gsmtap: Add support for E1/T1 traces
Summary of changes:
epan/dissectors/packet-gsmtap.c | 33 +++++++++++++++++++++++++++++++++
epan/dissectors/packet-gsmtap.h | 9 +++++++++
2 files changed, 42 insertions(+)