URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=132d6ec70bd9e17e124e4f94537c903bd4b286d7
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

132d6ec by Harald Welte (lafo...@osmocom.org):

    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 <vyanits...@sysmocom.de>
    Petri-Dish: Anders Broman <a.broma...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

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(+)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to