aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-06-30from aaron christensensahlberg2-1/+15
fix dissection of get_auth_attr git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18619 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-30From Stephen Fisher:jake1-1/+1
The default colorfilters file in Wireshark has an entry titled IPX. It matches "ipx || stp" which should probably be "ipx || spx". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18618 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29from metzesahlberg6-75/+211
prettify dissection of filters containing substring and extensiblematch git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18617 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to ↵etxrab3-2/+11
heuristically dissect RANAP ower SUA. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18616 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added ↵ulfl3-22/+545
profinet_type field to the packet_info struct git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18615 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29If the user sets a time reference and the time display format is currently ↵ulfl1-0/+34
not "Seconds Since Beginning of Capture", ask him if Wireshark should switch to that format. It's the only display format where a time reference makes sense. It's just annoying to set a time reference without seeing a reasonable result on the screen. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18614 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29keep the (optional) Object UUID in the call valueulfl2-3/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18613 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵kukosa26-20853/+12095
tables it matches asn2wrs approach and makes generated dissectors source shorter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18612 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29Some improvements to the Lua plugin:lego4-15/+13
- Makefile.am fix: elua_register.h generation + checking serialized - ProtoField.new(..) parameter parsing fix and changes - enabling gui_enabled() function in Lua (typo fix, thanks to Tamas Regos) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18611 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29Fix description of EAPOL Key Descriptor Version values, as per mail fromguy1-1/+1
Michael Stevens. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18610 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29ssl update register protocols with a decryption key with the protocol ↵sahlberg1-77/+36
name instead of a "tunneled protocol" fake port thing. this break old preference settings but as we havent shipped any win32 version with this feature yet it shouldnt be any drama see wiki for updates on the new format (we still need many many updates and cleanups to the code but the non-backward compatible preference change must go in asap) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18609 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29make these two protocols (that are commonly transported atop SSL) register ↵sahlberg2-0/+2
themself with their name so the new SSL preference parsing will be able to find them git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18608 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29remove a "differ in signedness" warningsulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18607 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29remove some "unused parameter" warningsulfl1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18606 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29the drep parameter of dissect_dcerpc_uuid_t() should be guint8 * instead of ↵ulfl2-2/+2
char * (just like all the other dissect_dcerpc_...() functions). This should fix some "differ in signedness" warnings (and maybe will raise new ones, which should be fixed at the calling places then) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18605 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29make the three decryption preferences only be visible IF wireshark is ↵sahlberg1-0/+2
compiled for ssl decryption (==with libgcrypt and gnutls) this makes it easier for users to determine whether their versaion of wireshark can or can not decrypt ssl traffic git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18604 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29Update a reference and a comment.etxrab1-32/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18603 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29From Martin Peylo:etxrab1-12/+23
Bug 978 TIPC: Malformed Packet when valid "Cluster Internal Connection Based Non-Routed Message Bug 979 TIPC: descriptions switched in dissected package Bug 980 TIPC: "Source Droppable" bit is missing in dissected message git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18602 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28Reset ldm_tree to NULL each time we dissect an LDAP packet. This should gerald3-38/+46
fix a current Buildbot crash. Fix up whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18601 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28Pass tvb_format_text() through a format string, in case it returns anygerald1-9/+9
"%" characters. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18600 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28Support for the acp127-notification-request extension.gal4-7/+58
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18599 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate ↵gal6-98/+371
p1 envelope extensions. Patch for unknown built-in content type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18598 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28add dissection of the RemoteCreateInstance method (as far as known)ulfl1-5/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18597 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28add dissection of custom marshalled OBJREF's (as far as known)ulfl1-3/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18596 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵kukosa48-674/+687
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18595 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28coverity 200 remove redundant null tests for pinfo->fdsahlberg1-14/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18594 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28coverity 199 remove a pointless test for NULL for something that can ↵sahlberg1-2/+1
never be null. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18593 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28coverity 198sahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18592 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28export functions from oid-resolv.hkukosa1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18591 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28few OID nameskukosa2-0/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18590 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27From Martin Mathieson:etxrab1-2/+2
Fix Bug 976 Looking at frame 170 in the trace, it looks like tvb_get_ephemeral_text() struggles with the null character in the middle of the 4th parameter (in the WWW-Authenticate header) and returns NULL. The attached patch uses tvb_format_text() instead which also does a better job of showing the string. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18589 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27From Alejandro Vaquero:etxrab13-0/+2162
The "listen_rtp" plugin that allows to listen audio RTP conversations. The plugin is integrated to the "Voip Calls" feature. There is a new "listen" button in the "Voip Calls" that once the calls are selected and the "listen" is clicked, a new window will open. In this window you can change the simulated jitter buffer to be used for decoding the RTP packets. In this first implementation, only a static jitter buffer can be simulated. Then pressing "decode" will decode all the RTP and generate the graphical view of the audio channels. From there you can select up to two channels at the same time (to be played in the left and right channels) and then play, pause, stop,etc.....ok, the attached screenshot it is self explanatory (hopefully). The only codecs available from now are G711u and G711a law. The PortAudio (www.portaudio.com) library is used to play audio. This is an open source cross-platform Audio library. I have tested this on Windows XP and in a linux FC4. NOTE: only the plugin soure files checked in at this time. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18588 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27From Neil Piercy:etxrab1-1/+2
Just to add dissector name registration to the main IETF AMR dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18587 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27From Neil Piercy:etxrab1-1/+26
The patch avoids the crash for unknown messages, adds the Common Id message dissection which caused it, and also add dissector name registration for the 2 other protocols which this file can provide. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18586 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27MSVC doesn't like the conversion from guint64 to double, use gint64 instead ↵ulfl1-1/+1
(should be safe if I understand the implementation correct) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18585 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27#include <epan/value_string.h> must be done, even if HAVE_LIBGNUTLS isn't ↵ulfl1-1/+1
defined git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18584 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27make the called subdissectors create their protocol expansion at the first ↵sahlberg1-1/+8
level of the tree and not deep inside the SSL layer makes the traces much more readable git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18583 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27from Authesserre Samuelsahlberg6-537/+4673
SSL updates and DTLS support git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18582 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27the 1st very simple attempt to support RFC 2198 Redundant Audio Datakukosa1-1/+138
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18581 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ↵sahlberg1-0/+1
if there was no radius directory git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18580 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27fix a tiny memory leak where we would lose a few kbyte once when wireshark ↵sahlberg1-2/+0
is starting up git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18579 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-26add a new column DCE/RPC context IDulfl5-56/+156
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18578 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-26Use a more uniform name for the output files (which makes it easier togerald1-2/+3
write wrapper scripts). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18577 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-26From Irene Ruengeler: Add context menu for SCTP analysis.tuexen3-6/+168
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18576 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-26coverity 170sahlberg1-13/+0
remove some dead code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18575 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-25Fix Ethereal bug 1004. Make UDP dissector work on top of IPv6 by filling in ↵jake1-3/+6
pinfo fields correctly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18574 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-24restore display of optional field names when the optional bit is displayed ↵sahlberg1-0/+4
in the tree git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18573 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-24coverity 197 dead codesahlberg1-8/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18572 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-24coverity 149 dead codesahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18571 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-24change a parenthesissahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18570 f5534014-38df-0310-8fa8-9805f1628bb7