aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wbxml.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-26From Biot Olivier: get rid of unused value_string table, and allow WBXMLGuy Harris1-42/+20
1.0 dissection. svn path=/trunk/; revision=7946
2003-06-06Use "tvb_format_text()" to display strings, so that non-printableGuy Harris1-88/+80
characters don't show up. (We really need to handle strings better in Ethereal, so that we can handle various character encodings in the packets; GTK+ 2.x uses UTF-8 internally, so we could at least map everything to that when displaying, and I think GTK+ 1.x for Win32 does so as well, and but we need to clean up the GTK+ 1.x-for-X11 stuff to handle the various font encodings.) Get rid of "strtbl_lookup()" in favor of the appropriate direct calls. svn path=/trunk/; revision=7800
2003-05-01From Olivier Biot:Guy Harris1-590/+1430
* Support correct processing of code page switches * Provide a new datatype containing scarce array of const value_string arrays (value_valuestring) allowing an efficient support for WBXML code pages. * Minor fix (XML PI was always decoded without mapping known tokens) * Add support for decoding of more WBXML content types (SyncML 1.0, SyncML 1.1, CHANNEL 1.0, EMN 1.0). svn path=/trunk/; revision=7626
2003-04-16From Olivier Biot: add more (WB)XML DTDs from WINA.Guy Harris1-1/+19
svn path=/trunk/; revision=7472
2003-03-27From Olivier Biot: fix quotation of attibute values for the WAPGuy Harris1-50/+50
Provisioning DTD representation. svn path=/trunk/; revision=7377
2003-02-27From Olivier Biot: fix up various field names and descriptions, add aGuy Harris1-8/+13
URL for WAP specifications, and clean up some other stuff. svn path=/trunk/; revision=7211
2003-02-14From Olivier Biot:Guy Harris1-7/+1175
- Move all static definitions from packet-wbxml.h to packet-wbxml.c - Comment out inclusion of packet-wbxml.h in packet-wbxml.c - Append WBXML + version + public ID to the Info column Then, while we're at it, get rid of packet-wbxml.h (we can reinstate it if there's any functionality to export other than the dissector) and get rid of the include of packet-wbxml.h (and update comments not to refer to it). svn path=/trunk/; revision=7153
2003-02-13Mark pinfo parameter as unusedJörg Mayer1-2/+2
svn path=/trunk/; revision=7136
2003-02-12From Olivier Biot:Guy Harris1-88/+249
add string table parsing and displaying; add registration to more content types; LITERAL tag indentation fix; add and a change in unrendered WBXML: from confusing "<Tag 0x37>" type display to "<Tag_0x37>" (and same in attribute state). svn path=/trunk/; revision=7129
2003-02-12WBXML updates, and e-mail address update, from Olivier Biot.Guy Harris1-61/+1263
svn path=/trunk/; revision=7126
2003-02-06From Olivier Biot: WBXML/WMLC support.Guy Harris1-0/+271
svn path=/trunk/; revision=7084