Wireshark-commits: [Wireshark-commits] master c7c936a: Have all TCP flags in the structure that is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 6 Jan 2016 23:28:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7c936a32d2422916797cdd2f39a93c3829b8ea5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c7c936a by Michael Mann (mmann78@xxxxxxxxxxxx):

    Have all TCP flags in the structure that is passed to subdissectors.
    
    Have subdissectors do the bit math checking for particular flag bits.
    
    Change-Id: Ie6350e316f79af879be9fc512ce215f24449a7e5
    Reviewed-on: https://code.wireshark.org/review/13071
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3239d02   checkAPIs: Add "system" to possible shadow variable (on OS X)
    adds  c7c936a   Have all TCP flags in the structure that is passed to subdissectors.


Summary of changes:
 epan/dissectors/packet-http.c   |    2 +-
 epan/dissectors/packet-rlogin.c |    4 ++--
 epan/dissectors/packet-tcp.c    |    7 ++-----
 epan/dissectors/packet-tcp.h    |    6 ++++--
 4 files changed, 9 insertions(+), 10 deletions(-)