aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ulp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Make some (preference) variables static.Jeff Morriss1-3/+3
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-21/+21
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-577/+577
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2010-01-27Use generated file from latest asn1 ...Bill Meier1-11/+9
2010-01-01Update to OMA-TS-ULP-V2_0-20091208-CAnders Broman1-185/+6021
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-3/+3
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-19/+19
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-45/+45
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-6/+6
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-5/+5
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+6
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-20/+27
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-32/+32
2007-10-29asn2wrsTomas Kukosa1-10/+10
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-09Register by name.Anders Broman1-0/+2
2007-07-03Fix dissection of IP addresses in unaligned PER.Anders Broman1-13/+63
2007-06-20Show IPv4/IPv6 addresses as such.Anders Broman1-2/+3
2007-05-25get rid of few warningsTomas Kukosa1-43/+43
2007-05-24fix rrlp subdissector callingTomas Kukosa1-22/+43
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-23/+23
2007-05-15ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 â€...Tomas Kukosa1-420/+384
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-9/+10
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-122/+122
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-4/+4
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-174/+174
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-124/+124
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-204/+204
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-42/+42
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-720/+198
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-14/+14
2006-05-31Complete reasembly code.Anders Broman1-4/+10
2006-05-30Preparations for reassembly. Currently there is a problem with the rrlp disse...Anders Broman1-7/+28
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-637/+637
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-16PER:Anders Broman1-10/+32
2006-05-15regenerated with new asn2ethTomas Kukosa1-32/+27
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman1-30/+53
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-2/+3
2006-05-09- Some minor asn1 correctionsAnders Broman1-10/+27
2006-05-07Fix an ASN1 error and use the IAANA registered ports.Anders Broman1-42/+52
2006-05-02Add OMA UserPlane Location Protocol packet dissectorAnders Broman1-0/+3421