Wireshark-commits: [Wireshark-commits] master e1ce405: ASTERIX - added dissector for category 023.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Apr 2014 00:38:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e1ce405449f0f068824456ab25b97d3328c36488
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e1ce405 by Marko Hrastovec (marko.hrastovec@xxxxxxxxx):

    ASTERIX - added dissector for category 023.
    
    Sample file with traffic is the same as for CAT021 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9953). Apply filter "asterix.category == 23" to see only CAT023 packets.
    A small change in actual dissecting code was also needed because of strange item I023/101. The first FX bit is in the second byte and then grows only for a byte.
    
    Change-Id: I3f80e6e46b642efc6f2e19e6f931cdef1c39495a
    Reviewed-on: https://code.wireshark.org/review/993
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2f4ca9c   Initial checkin of LBM aka 29West dissectors. See Bug 9718.
    adds  e1ce405   ASTERIX - added dissector for category 023.


Summary of changes:
 epan/dissectors/packet-asterix.c |  301 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 297 insertions(+), 4 deletions(-)