summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+2
2014-11-26XML: pass XML structure to caller through p_(add|get)_proto_data functionsPascal Quantin1-4/+3
2014-11-22Use dissector data to "return" XML data to XMPP dissector.Michael Mann1-7/+11
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-8/+21
2014-07-14Add application/atom+xml as an XML document type.Guy Harris1-0/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-05-27Use proto_tree_add_format_text()Jakub Zawadzki1-2/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-5/+2
2014-04-08Add application/vnd.oma.xdm-apd+xmlAndersBroman1-0/+1
2014-04-08Fix a typo, missing ","AndersBroman1-1/+1
2014-03-24Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-13Add application/pidf-diff+xmlAndersBroman1-0/+1
2014-01-14Don't assign away constness.Guy Harris1-2/+2
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-2/+4
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-7/+7