Wireshark-commits: [Wireshark-commits] master 0863a2c: sdp: replace bitmask by enum for transport p
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(-)