wireshark/epan
Anders Broman 28476a2a18 From Martin Mathieson:
I've written this patch to use the 'Delay since last SR' (DLSR) field found
in SR reports to calculate and report roundtrip-propagation delays.  This is
described in rfc 3550, section 6.4.1, inside the description of DLSR.

Only the endpoint can compute the end-end roundtrip delay, and only they
know exactly when the report is received and can compare it with the 'Last
SR timestamp' (LSR) that they set.  This patch instead takes the difference
between the capture times of the 2 reports and subtracts the DLSR (the LSR
is checked in case the SR it's referring to wasn't captured).  The time
difference represents a roundtrip network delay between the point of capture
and the sender of the SR containing the DLSR.


svn path=/trunk/; revision=11998
2004-09-15 20:08:30 +00:00
..
dfilter
dissectors From Martin Mathieson: 2004-09-15 20:08:30 +00:00
ftypes Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
AUTHORS
ChangeLog
Makefile.am Name the variables that have the names of ".lo" files as _LO, not _O; 2004-09-05 10:38:04 +00:00
Makefile.common Nothing in "util.h" is needed by anything in libethereal, so don't put 2004-09-11 00:00:06 +00:00
Makefile.nmake EXTRA_OBJECTS are needed for ethereal.lib (only used if ENABLE_LIBETHEREAL isn't set) 2004-09-04 11:21:20 +00:00
NEWS
README
addr_and_mask.c
addr_and_mask.h
addr_resolv.c Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; 2004-09-11 23:03:36 +00:00
addr_resolv.h Merge the "resolv" rename changes with the trunk. 2004-08-09 22:31:21 +00:00
address.h
atalk-utils.c
atalk-utils.h
base64.c Move the base-64 routines to "epan/base64.c". 2004-09-10 23:16:00 +00:00
base64.h Move the base-64 routines to "epan/base64.c". 2004-09-10 23:16:00 +00:00
bitswap.c
bitswap.h
charsets.c Move the stuff to handle ASCII <-> EBCDIC conversions to 2004-09-10 22:59:37 +00:00
charsets.h Move the stuff to handle ASCII <-> EBCDIC conversions to 2004-09-10 22:59:37 +00:00
circuit.c
circuit.h
column-utils.c When deciding whether to add a separator or not, look at the buffer to 2004-08-24 08:20:20 +00:00
column-utils.h
column_info.h
conversation.c
conversation.h
doxygen.cfg.in
epan.c From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an 2004-08-06 19:57:49 +00:00
epan.h
epan_dissect.h
except.c
except.h
exceptions.h
filesystem.c Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; 2004-09-11 23:03:36 +00:00
filesystem.h
frame_data.c
frame_data.h
g_ascii_strtoull.c Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
g_ascii_strtoull.h Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
gdebug.h
inet_aton.c
inet_aton.h
inet_ntop.c
inet_pton.c
inet_v6defs.h
ipv4.c
ipv4.h
ipv6-utils.h
libethereal.def From Dave Richards: export "host_ip_af()" (it's used by 2004-09-11 23:26:19 +00:00
nstime.h
osi-utils.c
osi-utils.h
packet.c From Eric Wedel: backend things for "Decode As" of DCE-RPC interfaces 2004-09-04 11:35:26 +00:00
packet.h
packet_info.h Add the capability to chose to remap the fist two PPIDS in each SCTP packet to a different dissector. 2004-09-06 15:04:27 +00:00
pint.h Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
plugins.c Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; 2004-09-11 23:03:36 +00:00
plugins.h
proto.c From Dave Richards: fix a format string. 2004-09-11 22:36:16 +00:00
proto.h Add a "-G fields2" option which is like "-G fields", but extends the field 2004-09-10 15:21:20 +00:00
range.c We don't need "globals.h"; don't include it. 2004-09-04 19:56:25 +00:00
range.h Split the pure range stuff out into separate files, exporting their own 2004-09-04 01:32:13 +00:00
report_err.h
slab.h
sna-utils.c
sna-utils.h
strutil.c Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.c 2004-08-13 02:39:49 +00:00
strutil.h Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.c 2004-08-13 02:39:49 +00:00
timestamp.c Make a bunch of source files non-executable. 2004-09-01 07:07:23 +00:00
timestamp.h
to_str.c From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an 2004-08-06 19:57:49 +00:00
to_str.h
tvbtest.c
tvbuff.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
tvbuff.h Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
value_string.c
value_string.h

README

$Id$

XXX - put something here