Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-1.8 99ea5b5: Handle big-endian Prism headers.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Mar 2014 04:21:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99ea5b58a4918c8508a62a786aa647a34eab5ea9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.8
Repository: wireshark

Commits:

99ea5b5 by Guy Harris (guy@xxxxxxxxxxxx):

    Handle big-endian Prism headers.
    
    Apparently, some systems write out big-endian Prism headers (probably
    big-endian-MIPS-based Wi-Fi APs running $LINUX_DISTRIBUTION and the
    like), so check for both big-endian and little-endian message codes,
    and, for the fields in the header, use the byte order that matched.
    
    Change-Id: Ia13df606676bb7dbc5d12fe4e297681bebb6f478
    Reviewed-on: https://code.wireshark.org/review/759
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/761
    

Actions performed:

    from  b3ee8de   [Automatic manuf, services and enterprise-numbers update for 2014-03-16]
    adds  99ea5b5   Handle big-endian Prism headers.


Summary of changes:
 epan/dissectors/packet-ieee80211-prism.c |  102 ++++++++++++++++++------------
 1 file changed, 63 insertions(+), 39 deletions(-)