summaryrefslogtreecommitdiff
path: root/adns_dll.rc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-27 11:34:51 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-27 18:39:41 +0000
commit3cd7991f7f6bf6a776b50f4ee11812cbedc4454e (patch)
treedd020b5d83c44adf3b99e021e44cc3c31cda80da /adns_dll.rc
parent6793a037cc05402d51762a67d8603cff618839b4 (diff)
downloadwireshark-3cd7991f7f6bf6a776b50f4ee11812cbedc4454e.tar.gz
Fix display of bytes as EBCDIC
MSVC compiler does not support properly setting an enum being part of a bit field. For example the following code: pinfo->fd->flags.encoding = PACKET_CHAR_ENC_CHAR_EBCDIC; changes pinfo->fd->flags.encoding from 0x0 to 0xfffffffe instead of 0x1 Let's put back an unsigned int definition (like it is in master-1.12 branch) and add explicit casts where required Bug: 11787 Change-Id: Idae0140fb6c172f1b3dbf10baefc8cfb00128f4c Reviewed-on: https://code.wireshark.org/review/12220 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> (cherry picked from commit 62b03da49a3e6c32f788da375faea2ca47fa2aa9) Reviewed-on: https://code.wireshark.org/review/12229
Diffstat (limited to 'adns_dll.rc')
0 files changed, 0 insertions, 0 deletions