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 f25b8c6: Move some stuff into the only code path wher

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Sep 2015 05:04:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f25b8c6784e7dab61e0754159dd3202bda584da9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f25b8c6 by Guy Harris (guy@xxxxxxxxxxxx):

    Move some stuff into the only code path where it's used.
    
    AirPDCapPacketProcess() really does two different things; some of the
    stuff it does in both code paths only needs to be done in one code path.
    Make it so.
    
    Change-Id: Idb231d729150781f323e88ed375c983a3afd2577
    Reviewed-on: https://code.wireshark.org/review/10439
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bcba9ba   Add API to expose "expert info" summary.
    adds  f25b8c6   Move some stuff into the only code path where it's used.


Summary of changes:
 epan/crypt/airpdcap.c |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)