Commit Graph

14 Commits

Author SHA1 Message Date
morriss c8391561bf Use separate filters for the RTT found on a SACK and the RTT found on a
DATA chunk: having them in both places is helpful when looking at the
messages but having them separate is helpful when graphing the RTTs.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20 13:30:07 +00:00
etxrab e41ea875fe Diameter dissector does not decode User-Authorization-Type AVP properly and add AVP 651.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6174

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38236 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-28 11:45:47 +00:00
etxrab 754d474003 Comment out the obsoleted AVP:s in imscxdx but leave them in.
Update the comments accordingly.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32253 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-20 22:18:32 +00:00
etxrab 1e5d08bcf6 From KATAOKA Toshihiro:
Update Cx/Dx dictionary.
Only part of the patch applied, leaving the obsoleted AVP:s for now.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4602

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32252 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-20 22:07:39 +00:00
etxrab ef6d6adb17 3GPP AVP updates.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30939 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-12 09:24:46 +00:00
etxrab 98cae0b655 Update 3GPP AVP:s
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30807 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-03 17:29:12 +00:00
etxrab da9a526917 From Bartosz Baranowski:
Update some AVP:s

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26760 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-12 17:40:02 +00:00
etxrab 700d9622ef Split out the Gmb application AVP:s to at least make it simpler to handle the
AVP "collision".
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1494

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24235 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-31 21:52:47 +00:00
etxrab 0aa4601249 Add comments about 3gpp AVP:s
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21023 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-14 06:29:14 +00:00
etxrab d819cc9717 Add some AVP:s
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20940 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-27 07:02:29 +00:00
martinm f65d7e4e52 Check in trivial changes before generating a big diff...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20304 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-04 13:25:25 +00:00
etxrab 300ebff252 From Martin Mathieson:
packet-diameter.c
--------------------------
I completely reindented dissect_avps() before I made any changes, but 
when ignoring white space (in tkdiff, -w plus checking 'Ignore blanks 
when diffing'), its easy to see the small changes I've made:
- when fail to find AVP info, show code in tree parent in decimal (as 
specs do)
- add an expert info (undecoded, note) to indicate unknown AVP codes

diameter/imscxdx.xml
-------------------------------
- added 'Associated-Identities'

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18641 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-03 21:18:36 +00:00
etxrab 806f99c72b Update some 3GPP AVP:s
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16498 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-13 16:40:55 +00:00
guy d7c96bb881 Move the Diameter dictionary files to a "diameter" subdirectory, along
the lines of what's done for RADIUS.  That keeps them together (and
separate from other files), and makes the layout of the top-level source
directory closer to the layout of the installation directory, so that if
you run Ethereal or Tethereal from the top-level directory on Windows
it'll pick up the Diameter dictionary files (if it supports loading
them), and can do so on UN*X if we support a mechanism to let it find
its control files in the directory in which the binary resides.

Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the
EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD,
and RADIUS files in one place if you add or remove a file.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16050 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-29 02:20:29 +00:00