summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris5-35/+40
2006-07-01Get rid of an unused variable.Guy Harris1-1/+0
2006-07-01Get rid of an unused variable.Guy Harris1-1/+0
2006-07-01true_false_strings are just structures, not arrays of structures.Guy Harris1-1/+1
2006-07-01Use #if 0/#endif, not commenting out, to remove a routine, so we don'tGuy Harris1-9/+11
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa10-1957/+1957
2006-06-30from aaron christensenRonnie Sahlberg1-1/+14
2006-06-29from metzeRonnie Sahlberg4-54/+124
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...Anders Broman2-2/+10
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added profin...Ulf Lamping3-22/+545
2006-06-29keep the (optional) Object UUID in the call valueUlf Lamping2-3/+10
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa15-20756/+11989
2006-06-29Fix description of EAPOL Key Descriptor Version values, as per mail fromGuy Harris1-1/+1
2006-06-29ssl update register protocols with a decryption key with the protocol nam...Ronnie Sahlberg1-77/+36
2006-06-29make these two protocols (that are commonly transported atop SSL) register th...Ronnie Sahlberg2-0/+2
2006-06-29the drep parameter of dissect_dcerpc_uuid_t() should be guint8 * instead of c...Ulf Lamping2-2/+2
2006-06-29make the three decryption preferences only be visible IF wireshark is compile...Ronnie Sahlberg1-0/+2
2006-06-29Update a reference and a comment.Anders Broman1-32/+35
2006-06-29From Martin Peylo:Anders Broman1-12/+23
2006-06-28Reset ldm_tree to NULL each time we dissect an LDAP packet. This should Gerald Combs2-21/+25
2006-06-28Pass tvb_format_text() through a format string, in case it returns anyGerald Combs1-9/+9
2006-06-28Support for the acp127-notification-request extension.Graeme Lunt2-7/+51
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate p1...Graeme Lunt2-64/+305
2006-06-28add dissection of the RemoteCreateInstance method (as far as known)Ulf Lamping1-5/+14
2006-06-28add dissection of custom marshalled OBJREF's (as far as known)Ulf Lamping1-3/+19
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa25-522/+520
2006-06-28coverity 200 remove redundant null tests for pinfo->fdRonnie Sahlberg1-14/+5
2006-06-28coverity 199 remove a pointless test for NULL for something that can never...Ronnie Sahlberg1-2/+1
2006-06-28coverity 198Ronnie Sahlberg1-2/+2
2006-06-28export functions from oid-resolv.hTomas Kukosa1-0/+4
2006-06-28few OID namesTomas Kukosa1-0/+11
2006-06-27From Martin Mathieson:Anders Broman1-2/+2
2006-06-27From Neil Piercy:Anders Broman1-1/+2
2006-06-27From Neil Piercy:Anders Broman1-1/+26
2006-06-27MSVC doesn't like the conversion from guint64 to double, use gint64 instead (...Ulf Lamping1-1/+1
2006-06-27#include <epan/value_string.h> must be done, even if HAVE_LIBGNUTLS isn't def...Ulf Lamping1-1/+1
2006-06-27make the called subdissectors create their protocol expansion at the first le...Ronnie Sahlberg1-1/+8
2006-06-27from Authesserre SamuelRonnie Sahlberg5-537/+4668
2006-06-27the 1st very simple attempt to support RFC 2198 Redundant Audio DataTomas Kukosa1-1/+138
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ...Ronnie Sahlberg1-0/+1
2006-06-27fix a tiny memory leak where we would lose a few kbyte once when wireshark is...Ronnie Sahlberg1-2/+0
2006-06-26add a new column DCE/RPC context IDUlf Lamping4-55/+154
2006-06-25Fix Ethereal bug 1004. Make UDP dissector work on top of IPv6 by filling in p...Jaap Keuter1-3/+6
2006-06-24restore display of optional field names when the optional bit is displayed in...Ronnie Sahlberg1-0/+4
2006-06-24coverity 197 dead codeRonnie Sahlberg1-8/+6
2006-06-24coverity 149 dead codeRonnie Sahlberg1-1/+1
2006-06-24change a parenthesisRonnie Sahlberg1-1/+1
2006-06-24remove some dead code coverity 17Ronnie Sahlberg1-31/+25
2006-06-23change a comment to #if to make it clearer the code is disabledRonnie Sahlberg1-2/+4
2006-06-23coverity 172Ronnie Sahlberg1-1/+1