aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-text-media.c
AgeCommit message (Expand)AuthorFilesLines
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