URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1230ba123699549770d0015a68e43108351eb52
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b1230ba by Guy Harris (guy@xxxxxxxxxxxx):
Fix typo.
Convert the if-chain to a switch() statement while we're at it; if it
had been one originally, the compiler would have reported that there
were duplicate cases and failed.
(CID 1340190.)
Change-Id: I297ab32c51842af889bd6bebe764c0e45d57cea0
Reviewed-on: https://code.wireshark.org/review/12125
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from dee1c6e Profinet: ARProperties that contains Combined Object Container Bit
adds b1230ba Fix typo.
Summary of changes:
epan/dissectors/packet-iso14443.c | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)