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