URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0362891ecfaba58b1e82fe9e5c579396f81c28bb
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0362891 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
media_type: Default decode application/octet-stream as data
Remove registering media_type application/octet-stream from both
thread and uasip because the settings will interfere each other.
Enable decoding as for media_type instead.
Bug: 14729
Change-Id: I58c527977fe4713418219fc3126ce7a93c4bb641
Reviewed-on: https://code.wireshark.org/review/27789
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 0dcd8cd Asciidoctor: Remove underscores from macro names.
adds 0362891 media_type: Default decode application/octet-stream as data
Summary of changes:
epan/dissectors/packet-data.c | 11 ++++++++++-
epan/dissectors/packet-thread.c | 16 ++++------------
epan/dissectors/packet-uasip.c | 10 +++-------
3 files changed, 17 insertions(+), 20 deletions(-)