aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-text-media.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-2/+2
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-4/+1
2023-04-18Decouple the media_type dissector table from HTTP.Guy Harris1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-08ftp-data: treat \r\n as printable. Also show number of lines in text linesMartin Mathieson1-0/+3
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-2/+12
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-3/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-25Remove support for pinfo->private_data in "data-text-lines", "data-l1-events"...Michael Mann1-11/+5
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-4/+2
2014-04-09Use tvb_strncaseeql() to check for XML.Guy Harris1-3/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-02Allow json dissector to receive a string through dissector data and give diss...Michael Mann1-2/+2
2013-11-02Allow text-data dissector to receive a string through dissector data and give...Michael Mann1-7/+15
2013-06-17Add small dissector for application/x-www-form-urlencodedJakub Zawadzki1-1/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-1/+1
2013-02-24Add application/x-tia-p25-issi and application/x-tia-p25-sndcpAnders Broman1-1/+2
2013-02-20From Michael Mann:Anders Broman1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-2/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-08-11Check if the embedded text is xml, if it is call the xml dissector.Anders Broman1-0/+19
2010-12-31From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:Chris Maynard1-2/+0
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2008-09-27Minor cleanup for proto_reg-handoff & etcBill Meier1-5/+3
2007-11-01Add a text media type.Anders Broman1-0/+1
2007-10-24Use the media_type_dissector_table for the content type.Anders Broman1-0/+3
2007-07-30Fix for bug 1712:Jaap Keuter1-0/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-0/+1
2006-12-06Fix for enhancement bug #1260. Now packet-text-media will display theStephen Fisher1-1/+7
2006-08-15Mike Duigou <wireshark@duigou.org>Jörg Mayer1-1/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-08 some content-types are now handled by xml Luis Ontanon1-24/+1
2005-07-05Add application/vnd.wv.csp.xmlAnders Broman1-0/+1
2005-05-16Add some more media types.Anders Broman1-0/+9
2005-01-25Add "applications/soap+xml" as a text media type.Guy Harris1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+164