Wireshark-commits: [Wireshark-commits] master 162a8c7: http: Display a list of cookies

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Apr 2014 17:53:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=162a8c72f0ead25b443c8adf664d05faf7766517
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

162a8c7 by Peter Wu (peter@xxxxxxxxxxxxx):

    http: Display a list of cookies
    
    For long cookies, the label "[truncated] Cookie: foo=v..." is not really
    helpful. Add a new subtree to display individual cookies, this makes
    copying values much easier.
    
    A new "http.cookie_pair" field was added instead of re-using
    "http.cookie". This has the advantage that `tshark -Tfields -e
    http.cookie` does not end up with duplicates. At the same time, one can
    match against individual cookie values.
    
    I also considered to limit the number of cookies to be split, but as
    there is no limit on the number of headers, I decided not to be
    restrictive for cookies either.
    
    Change-Id: I98d9522867811278ade3e04aab02e517f997928b
    Reviewed-on: https://code.wireshark.org/review/1186
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7b40120   [Automatic manuf, services and enterprise-numbers update for 2014-04-27]
    adds  162a8c7   http: Display a list of cookies


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