create_dissector_handle -> new_create_dissector_handle
[metze/wireshark/wip.git] / epan / dissectors / packet-http.c
2015-11-16 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-11-07 Michael MannCreate real dissector tables for SSL and DTLS to use.
2015-11-07 Michael MannConsider "HTTP over UDP" to be SSDP.
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-10-30 Pascal QuantinSTUN: register a new conversation dissector after recei...
2015-09-16 Peter Wuhttp: preserve desegmentation functionality for http2
2015-09-16 Peter Wuhttp2: fix dissection when using Upgrade
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-08-01 Guy HarrisSet the reported length of chunk data correctly.
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-07-09 Pascal QuantinHTTP2: fix dissection of traffic over HTTP port
2015-06-18 Gerald CombsAdd a preferences editor frame.
2015-06-08 Jeff MorrissRegister http.unknown_header as an FT_STRING (rather...
2015-05-31 Michael MannEliminate proto_tree_add_text from packet-http.c
2015-05-29 Andy LingHTTP: Add support of PATCH method (RFC 5789)
2015-03-03 Graham BloiceHTTP: Fix small typo in a field description
2015-02-26 Jeff MorrissUse tcp_dissect_pdus() in the SSTP dissector.
2015-02-24 Peter Wuwebsocket: avoid recursion, use tcp_dissect_pdus
2015-02-19 Hofer ManuelAdd a dissector for Microsoft's SSTP protocol.
2015-02-18 Guy HarrisMake UAT record update callbacks return a success/failu...
2015-02-10 Pascal QuantinDo not iterate over reported length when using tvb_find...
2015-01-18 Pascal QuantinHTTP: revert a change done in g0ee179c
2015-01-16 Michael MannSE_COPY_ADDRESS -> WMEM_COPY_ADDRESS
2015-01-16 Jeff Morriss(Trivial) Move a comment next to the code related to it.
2015-01-15 Alexis La GoutteHTTP: fix implicit conversion shortens 64-bit value...
2015-01-15 Uli HeilmeierHTTP Dissector: Add CitrixAGBasic authentication
2015-01-14 Pascal QuantinHTTP: allocate header_name in packet scope instead...
2015-01-13 Guy HarrisUAT error string pointers should not be const pointers.
2014-12-23 Martin MathiesonDeleting unneccessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-21 Guy HarrisHave a heur_dissector_list_t be an opaque handle.
2014-12-19 Michael MannReplace uses of proto_get_frame_protocols with proto_is...
2014-12-16 Peter Wuhttp: properly calculate end of chunked response
2014-11-25 Michael MannEnsure dissector data parameter is used instead of...
2014-11-25 Michael MannHave media dissector take its "media type parameter...
2014-11-10 Stig BjørlykkeImproved deregistering fields.
2014-10-20 Guy HarrisMore comment cleanup.
2014-10-20 Guy HarrisGet rid of calls to ctype.h functions.
2014-10-01 Peter Wuhttp: ignore response body for HEAD requests
2014-08-07 Alexis La GoutteHTTP: Fix indent (use tab)
2014-07-04 AndersBromanHandle the case where the previous PDU has left an...
2014-07-03 AndersBromanGet rid of soft-deprecated API:s
2014-06-30 Evan HuusWarn about unencrypted HTTP traffic over port 443
2014-06-28 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Guy HarrisUse address_to_str(NULL, ...) for strings allocated...
2014-06-19 Michael MannRevert "Fixup: ep_address_to_str -> address_to_str"
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-19 Michael MannRevert "Fixup: tvb_ensure_length_remaining -> tvb_ensur...
2014-06-18 Dario LombardoFixup: ep_address_to_str -> address_to_str
2014-06-18 Dario LombardoFixup: tvb_ensure_length_remaining -> tvb_ensure_captur...
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-26 Evan HuusFix fencepost error in HTTP dissector
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-05-19 Jakub ZawadzkiAdd new proto_tree_add_format_text() function
2014-04-28 Alexis La GoutteHTTP2: with HTTP2 draft-1x, now upgrade use h2-XX or...
2014-04-27 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-04-27 Alexis La GoutteTry to fix Mac OS X buildbot
2014-04-27 Peter Wuhttp: Fix src/dest mapping for proxied connections
2014-04-27 Peter Wuhttp: Display a list of cookies
2014-04-27 Michael MannLimit the start of HTTP request/response to a printable...
2014-04-25 Guy HarrisNo need to set "line" when setting "firstline".
2014-04-25 Guy HarrisGet rid of a (now-)redundant call to tvb_get_ptr().
2014-04-25 Guy HarrisClean up code formatting a bit.
2014-04-25 Michael MannFix fuzz failure. Bug 10041.
2014-04-25 AndersBromanTry to please the build boot.
2014-04-25 Michael MannCreate the HTTP tree and set column info after we're...
2014-04-23 Evan HuusRevert "Create the HTTP tree after we're assured it...
2014-04-20 Michael MannCreate the HTTP tree after we're assured it's HTTP...
2014-04-06 Pascal QuantinPartly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120
2014-04-06 Michael MannConvert ep_address_to_str -> address_to_str(wmem_packet...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2013-12-24 Martin Kaiseruse https instead of http in the url when the packet...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-21 Jakub ZawadzkiMove epan/base64.[ch] to wsutil/ with function name...
2013-12-19 Bill MeierCast result of strtol() to guint32;
2013-12-16 Bill MeierChange editor modelines value for 'indent-tabs-mode...
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-12 Chris MaynardTrivial: Spaces -> tabs.
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-02 Guy HarrisYou have to cast void pointers to another type in C...
2013-11-02 Michael MannPass struct tcpinfo into all TCP subdissectors instead...
2013-10-30 Evan HuusReplace some proto_tree_add_string_format with proto_tr...
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-10-17 Michael MannBe able to search through HTTP request and HTTP respons...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Pascal QuantinConvert a few more dissectors to wmem API
2013-09-11 Chris MaynardTest the return value of tvb_reported_length_remaining...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-05 Evan HuusAdd an expert info if we see content-length header...
2013-08-30 Pascal QuantinDeactivate debug code
2013-08-30 Alexis La GoutteHTTP2 Upgrade heuristic for HTTP (Work with HTTP-draft...
2013-08-28 Anders BromanUse dissector_delete_uint_range/dissector_add_uint_range
2013-08-19 Pascal QuantinChange some dissectors to use pinfo memory pool instead...
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissectors.
next