in tvbparse:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 27 Sep 2005 22:57:07 +0000 (22:57 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 27 Sep 2005 22:57:07 +0000 (22:57 +0000)
commit5b971ec13b7f0282b9aa81556ba74ab3adb37d02
tree33e7065921742050155007675dedfc37be93a8be
parentc395527ea08bce4f48502456437c7ad2021ae138
in tvbparse:
  - tvbparse_some now handles 0 items.
  - added accessors for a tt's offset and remaining length.

in packet-xml:
  - min_len=0 for tvbparse_chars() is soon going to mean zero instead of 1 change the 0s to 1s.
  - attribute names can have ':' even if it's namespaces isn't managed yet.
  - split the xml grammar in more elements so It can be actually read by a human being.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16031 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-xml.c
epan/tvbparse.c
epan/tvbparse.h