URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33ae4cb024e36192ff7c6fa1d3d6bdcce9b25b7a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
33ae4cb by Sean O. Stalley (sean.stalley@xxxxxxxxx):
Fixed mausb valid bit & added invalid_valid TFS
Fixed valid bit check for MAUSB EPHandleResp packet. the valid bit
is active low (ie: valid = 0, invalid = 1).
I noticed Some other dissectors also defined an tfs_invalid_valid,
so got rid of their local definitions & added it to epan/tfs.c.
Change-Id: Ifd78325f9c7c046224073fc9b29e0cc60dc5c286
Reviewed-on: https://code.wireshark.org/review/1766
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from f67fc8a Fix some whitespace issues.
adds 33ae4cb Fixed mausb valid bit & added invalid_valid TFS
Summary of changes:
epan/dissectors/packet-iec104.c | 1 -
epan/dissectors/packet-mausb.c | 2 +-
epan/dissectors/packet-ppi.c | 1 -
epan/tfs.c | 1 +
epan/tfs.h | 1 +
5 files changed, 3 insertions(+), 3 deletions(-)