ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master d985188: AT: Dissect commands

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 01 Aug 2018 05:48:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d985188aa5df5cc5d8c29af0135a967586204242
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d985188 by Darien Spencer (cusneud@xxxxxxxx):

    AT: Dissect commands
    
    This commit introduces dissection of the different parts of the command,
    showing of the command direction and origin entity, generic dissection of
    'unsupported' commands, detailed dissection of several 'supported'
    commands and aggregated commands dissection.
    
    Most of the code has been taken from BT-HFP (A protocol of AT commands
    over bluetooth).
    Change-Id: I3516ec9c28581df8ef9c0c37f9b6ee9ec0c55938
    Reviewed-on: https://code.wireshark.org/review/28699
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d4de56c   radiotap: Add support for 0-length PSDUs.
    adds  d985188   AT: Dissect commands


Summary of changes:
 epan/dissectors/packet-at.c | 1701 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1672 insertions(+), 29 deletions(-)