aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wbxml.c
AgeCommit message (Collapse)AuthorFilesLines
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