aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
Commit message (Expand)AuthorAgeFilesLines
* Counter64 should be a FT_UINT64 and not a FT_UINT32Ronnie Sahlberg2006-08-231-0/+1
* Complete clean targetsAnders Broman2006-08-225-5/+5
* From Florent Drouin:Anders Broman2006-08-213-4/+92
* prettify the MMS dissector by at least putting the pdu name in the info columnRonnie Sahlberg2006-08-211-0/+12
* from Angel de JuanRonnie Sahlberg2006-08-212-2/+517
* Dissect some more H.245 messages in MEGACOAnders Broman2006-08-202-1/+3
* in LDAP over TCPRonnie Sahlberg2006-08-201-91/+78
* Squelch a compiler warning.Guy Harris2006-08-191-1/+2
* - add value_ptr into struct _asn1_ctx_tTomas Kukosa2006-08-161-28/+17
* rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg2006-08-141-12/+12
* for sec descriptors found inside ldapRonnie Sahlberg2006-08-111-1/+112
* Fix some typos the prevented make distdir from succeedingJörg Mayer2006-08-101-4/+4
* Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014Jörg Mayer2006-08-106-8/+8
* Routines for Universal Mobile Telecommunications System (UMTS) Radio Resource...Anders Broman2006-08-0832-1/+20847
* marik the request_in/response_to/time as generated fieldsRonnie Sahlberg2006-08-071-3/+8
* dissect nTSecurityDescriptor attribute as a security descriptorRonnie Sahlberg2006-08-071-0/+7
* objectSid attribute contains a sid so decode it nively as a sidRonnie Sahlberg2006-08-071-0/+18
* add some more oid'sRonnie Sahlberg2006-08-061-0/+7
* the ldap values for supportedControl and supportedCapabilities is an oid in a...Ronnie Sahlberg2006-08-061-0/+26
* "objectGUID" should be dissected as a GUIDRonnie Sahlberg2006-08-062-20/+36
* fropm martin mRonnie Sahlberg2006-07-281-7/+10
* H.225.0 update to version 6 (05/2006)Tomas Kukosa2006-07-215-103/+239
* Make sure our strings aren't null before we pass them to strncmp().Gerald Combs2006-07-121-5/+5
* prettify dissection od ldap attributesRonnie Sahlberg2006-07-121-5/+59
* Decode RANAP in LongSignalInfo and RadioResourceInformation.Anders Broman2006-07-112-0/+27
* Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz Gerald Combs2006-07-101-0/+2
* Fix compilation on systems with Net-SNMP.Gerald Combs2006-07-101-5/+6
* In new_format_oid(), handle a zero-length OID.Gerald Combs2006-07-091-0/+5
* include packet-cdt.h to declare prototypesJörg Mayer2006-07-091-0/+2
* propset ....Jörg Mayer2006-07-071-1/+1
* Add the asn1 directory to the distribution.Gerald Combs2006-07-061-0/+414
* Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs2006-07-051-5/+8
* Fix a format string bug. This should fix some of the current fuzzGerald Combs2006-07-051-1/+1
* get rid of warning messageTomas Kukosa2006-07-041-1/+1
* few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa2006-07-047-64/+64
* replace the two remaining g_malloc with ep_allocRonnie Sahlberg2006-07-041-3/+2
* check_var_length can also return ewp allocated memory nowRonnie Sahlberg2006-07-041-1/+1
* make new_format_oid return ep allocated data.Ronnie Sahlberg2006-07-041-5/+8
* make format_oid use ep allocated memory internally instead of malloced memoryRonnie Sahlberg2006-07-041-8/+7
* make format_var return ep allocated memoryRonnie Sahlberg2006-07-041-11/+7
* remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa2006-07-031-18/+18
* Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris2006-07-0110-5/+10
* fix wrong terminator record in per_sequence_t tablesTomas Kukosa2006-06-301-5/+5
* from metzeRonnie Sahlberg2006-06-292-21/+87
* Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...Anders Broman2006-06-291-0/+1
* use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa2006-06-2910-89/+91
* Reset ldm_tree to NULL each time we dissect an LDAP packet. This should Gerald Combs2006-06-281-17/+21
* Support for the acp127-notification-request extension.Graeme Lunt2006-06-282-0/+7
* Support for the message-token, proof-of-delivery and recipient-certificate p1...Graeme Lunt2006-06-284-34/+66
* remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2006-06-2823-152/+167