summaryrefslogtreecommitdiff
path: root/dtds/reginfo.dtd
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+0
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$) Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688 Reviewed-on: https://code.wireshark.org/review/876 Reviewed-by: Evan Huus <eapache@gmail.com>
2006-08-21The xmlns attribute isn't really part of the schema, so probably shouldn't ↵Martin Mathieson1-1/+1
be #REQUIRED (not that the XML dissector currently uses this property) svn path=/trunk/; revision=18970
2006-05-29Ethereal->WiresharkAnders Broman1-1/+1
svn path=/trunk/; revision=18248
2006-05-16From Martin Mathieson:Anders Broman1-0/+41
- adds application/xpidf+xml as a media type known to be xml - appends /xml to the protocol column (as SDP does). It would be nice to append the top-level element, or the name taken from a matching DTD, but this will do for now (at least its a short name). - corrects the help text for the preference. I can see that it is registered as a heuristic for "http", "sip" and "media" I've also included a slightly updated version of reginfo.dtd (RFC 3680) for the dtds folder. svn path=/trunk/; revision=18173