aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-12emem -> wmemJörg Mayer1-10/+9
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-12/+2
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+2
2013-08-18Use epan scope for one XML DTD string to fix a small leak.Evan Huus1-1/+1
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-1/+0
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+1
2013-07-14Fix one small leak in xml dissector registration.Evan Huus1-1/+1
2013-07-06Use epan-scoped memory for XML field strings. Another ~35KB leaks fixed.Evan Huus1-3/+3
2013-07-06Convert xml's dynamic hf array from a garray to a wmem_array. Cleans up anotherEvan Huus1-13/+12
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-03-01From beroset:Anders Broman1-86/+86
2012-12-26Fix a bunch of warnings.Guy Harris1-14/+16
2012-11-28Fix [-Wshadow] warnings;Bill Meier1-1136/+1229
2012-10-25Add application/ccmp+xmlAnders Broman1-1/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-27Fix memory leak of errors GStringJakub Zawadzki1-4/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+5
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki1-11/+10
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1