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 0863a2c: sdp: replace bitmask by enum for transport p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Dec 2016 05:44:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0863a2c4659ca1c874f414b0720465f0fae771d9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0863a2c by Peter Wu (peter@xxxxxxxxxxxxx):

    sdp: replace bitmask by enum for transport protocol
    
    Previously the bitmask also stored whether the type of media (video) and
    address type (IPv4/IPv6). Now that these are gone, it makes more sense
    to use enums.
    
    There is no functional change (only debugging output is different).
    
    Change-Id: Idc9659cd21e36489a3f5720bbf13640c4beecc02
    Reviewed-on: https://code.wireshark.org/review/19124
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f0dbb28   Throw in another tweak to check for uninitialized cops_call_t structures.
    adds  0863a2c   sdp: replace bitmask by enum for transport protocol


Summary of changes:
 epan/dissectors/packet-sdp.c |   56 +++++++++++++++++++++---------------------
 1 file changed, 28 insertions(+), 28 deletions(-)