URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=933c079598079e1786b07cda5e1b48684ca0ac3c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
933c079 by Uli Heilmeier (uh@xxxxxxxxxxxx):
    HTTP: Split URI into path and query. Tokenize parameters.
    
    Split a HTTP URI into path and query.
    Tokenize the parameters of a query.
    
    Bug: 12514
    Change-Id: I9892914eba9737c9751936ce62e63497aba61c61
    Reviewed-on: https://code.wireshark.org/review/15971
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  fea6e73   RTP player: increase the maximum number of silence frames to 30 minutes worth.
    adds  933c079   HTTP: Split URI into path and query. Tokenize parameters.
Summary of changes:
 epan/dissectors/packet-http.c |   43 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 3 deletions(-)