From Richard van der Hoff:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Aug 2005 20:37:28 +0000 (20:37 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Aug 2005 20:37:28 +0000 (20:37 +0000)
commitf65130e014eaae83e3febe374d799a67e7c9b78e
tree1dbe75d349faea3f8f3569d9da7b17839fe6d352
parent284e39bd2d72b9963d9ed06454d6883a345c164b
From Richard van der Hoff:

Among the improvements are:
- fixes to call-tracking (it's now less likely to confuse two separate
calls, for instance)
- improvements to Information Element dissection (clearer dissection,
dissects more IE types, easier to extend)
- you can now filter on the content of DTMF packets
- Analysis of timestamps (calculation of absolute timestamp, and packet
lateness).
- fixed a couple of assertion failures in subtle corner-cases.

negative relative times:
   - get_timedelta()
   - addtime()
   - ftype-time.c:relative_val_from_unparsed()

I've also moved get_timedelta() and addtime() out of calldata.c into a
new file, epan/nstime.c, as I needed to use them in a dissector I'm
working on (and they therefore needed to go into libethereal).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15201 f5534014-38df-0310-8fa8-9805f1628bb7
epan/Makefile.common
epan/dissectors/packet-iax2.c
epan/nstime.c [new file with mode: 0644]
epan/nstime.h
timestats.c
timestats.h