URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7bb8d5ad31f71e38d782e9bad9487ce3030697b5
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7bb8d5a by Peter Wu (peter@xxxxxxxxxxxxx):
f5ethtrailer: set G_REGEX_RAW for platform pattern (cleanup)
The platform is retrieved as ENC_ASCII which signifies that the subject
is not expected to contain UTF-8. Set G_REGEX_RAW accordingly.
Does not fix any crashes, it is just a cleanup.
Change-Id: I61edd0204978d5b1e057b4f1cf8cdf8fb43c2a63
Ping-Bug: 14905
Reviewed-on: https://code.wireshark.org/review/31941
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 720c3bd column: set G_REGEX_RAW for the custom column filter
add 7bb8d5a f5ethtrailer: set G_REGEX_RAW for platform pattern (cleanup)
Summary of changes:
epan/dissectors/packet-f5ethtrailer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)