aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Fix some more spelling errorsMartin Mathieson1-1/+1
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-13/+13
2023-11-17XML: fix issue about parsing encoding attr when standalone attr existsHuang Qiangxiong1-1/+1
2023-10-23XML: Add UDP port range pref, set 3702 (WS-Discovery)John Thacker1-0/+5
2023-09-28XML: Set a maximum length in a regex capture groupGerald Combs1-1/+3
2023-06-11ALC/LCT, LLS/SLT: Add ATSC3 supportSergey V. Lobanov1-1/+1
2023-03-30iana_charsets: redefine basic macro and add a shorter enum_val_t arrayHuang Qiangxiong1-1/+1
2023-03-24XML: Support display string according to "encoding" attribute or a preferenceHuang Qiangxiong1-3/+70
2022-10-14XML: Sanitize UTF-8 inputJoão Valverde1-1/+4
2022-04-19XML: Adding new 3GPP Mission Critical XML media typesAndoni Diaz de Cerio1-1/+27
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-27epan: Remove obsolete header "garrayfix.h"João Valverde1-3/+2
2021-09-16tvbparse: explicitly memory-scope parserEvan Huus1-3/+3
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-5/+5
2021-07-17XML: don't try to hide the UTF-8 Byte Order MarkJaap Keuter1-11/+5
2020-11-13xml: fix list of default media types for XML.Guy Harris1-1/+1
2020-11-13xml: Add default media type application/vnd.3gpp.mcptt-info+xmlAnders Broman1-0/+1
2020-08-12packet_xml: detect and handle UTF-16 BOMDavid Perry1-5/+50
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-27[XML] Add application/rs-metadata+xmlAndersBroman1-0/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-20packet-xml: Add 3GPP, ETSI, GSMA and OMA media typesVasil Velichkov1-0/+59
2017-04-19packet-xml.c: Fix memory leaks in XML DTD processing (mostly g_* to wmem_* tr...Max Dmitrichenko1-5/+8
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-02-08xml: replace g_strdup with wmem_strdup.Dario Lombardo1-2/+2
2017-02-02xml: use wmem allocators and replace GHashTable with wmem_map_t.Dario Lombardo1-106/+84
2017-01-07Convert range API to always use wmem memory.Michael Mann1-6/+0
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+1
2016-12-18RTSP: Decode XML data in ED-137 messagesJiri Novak1-0/+1
2016-11-10[XML] default_media_types should be in lower case.AndersBroman1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-13/+2
2016-08-29xml: fix some memleaksPeter Wu1-10/+8
2016-08-25xmpp/xml: Store item length in xml_frame.Stig Bjørlykke1-0/+7
2016-06-14Added XML proper decoding for XML CDATASectionBinh Trinh1-0/+15
2016-06-05Initialize all header_field_info membersPascal Quantin1-5/+1
2016-04-21Do not mix wmem and glib allocatorsPascal Quantin1-2/+1
2016-04-07Use faster string functions at startup.Gerald Combs1-3/+3
2016-03-14What a difference a comma makes. CID-1355680Jaap Keuter1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-19[XML] Add application/vnd.3gpp.sms+xmlAndersBroman1-0/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-17XML, JSON: Added DDS Web Integration ServiceJuanjo Martin1-0/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-08-17Remove proto_tree_add_text from packet-xml.cMichael Mann1-9/+33
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-50/+11
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-6/+6
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-2/+2