aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-44/+22
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris1-2/+6
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-3/+3
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-26Fix fencepost error in HTTP dissectorEvan Huus1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-3/+1
2014-04-28HTTP2: with HTTP2 draft-1x, now upgrade use h2-XX or h2c-XX for upgrade HTTP1...Alexis La Goutte1-4/+2
2014-04-27Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-04-27Try to fix Mac OS X buildbotAlexis La Goutte1-1/+1
2014-04-27http: Fix src/dest mapping for proxied connectionsPeter Wu1-2/+6
2014-04-27http: Display a list of cookiesPeter Wu1-1/+40
2014-04-27Limit the start of HTTP request/response to a printable character.Michael Mann1-0/+10
2014-04-25No need to set "line" when setting "firstline".Guy Harris1-2/+2
2014-04-25Get rid of a (now-)redundant call to tvb_get_ptr().Guy Harris1-14/+14
2014-04-25Clean up code formatting a bit.Guy Harris1-10/+10
2014-04-25Fix fuzz failure. Bug 10041.Michael Mann1-2/+2
2014-04-25Try to please the build boot.AndersBroman1-1/+1
2014-04-25Create the HTTP tree and set column info after we're assured it's HTTP. Othe...Michael Mann1-11/+21
2014-04-23Revert "Create the HTTP tree after we're assured it's HTTP. Otherwise a bogu...Evan Huus1-6/+5
2014-04-20Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree i...Michael Mann1-5/+6
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-2/+2
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-24use https instead of http in the url when the packet contains sslMartin Kaiser1-2/+6
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki1-2/+2
2013-12-19Cast result of strtol() to guint32;Bill Meier1-1/+1
2013-12-16Change editor modelines value for 'indent-tabs-mode' from 'true' to 't'Bill Meier1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+4
2013-12-12Trivial: Spaces -> tabs.Chris Maynard1-38/+38
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-02You have to cast void pointers to another type in C++; implicitGuy Harris1-1/+2
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-8/+10
2013-10-30Replace some proto_tree_add_string_format with proto_tree_add_item +Evan Huus1-11/+19
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3
2013-10-17Be able to search through HTTP request and HTTP response lines. Bug 9134 (ht...Michael Mann1-7/+57
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-20/+19
2013-09-11Test the return value of tvb_reported_length_remaining() as > 0 rather than !...Chris Maynard1-7/+7
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-05Add an expert info if we see content-length header and chunked encodingEvan Huus1-2/+12
2013-08-30Deactivate debug codePascal Quantin1-2/+2