Wireshark-commits: [Wireshark-commits] master 0cec384: Register http.unknown_header as an FT_STRING

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 8 Jun 2015 04:51:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0cec384fde68e2e48a29aaa8e2ca5991bdf52c48
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0cec384 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Register http.unknown_header as an FT_STRING (rather than FT_BYTES).
    
    This avoids assertions when the field is added with proto_tree_add_string*()
    (some of which show up in the fuzzed capture in bug 11254).
    
    Ping-Bug: 11254
    Change-Id: Iaf02f59443da0cf279d65eed049122d4dfaf7bcd
    Reviewed-on: https://code.wireshark.org/review/8829
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  f95db69   Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.
    adds  0cec384   Register http.unknown_header as an FT_STRING (rather than FT_BYTES).


Summary of changes:
 epan/dissectors/packet-http.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)