aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-14/+25
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-11-20When registering a context ID and OID, set the OID to NULL if we don'tGuy Harris1-1/+2
2005-11-20if the packet is mangled the oid string might be NULL.Ronnie Sahlberg1-1/+8
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-3/+3
2005-10-13A small patch for presentation to:Anders Broman1-5/+12
2005-09-09Dissect "nbs-9".Anders Broman1-6/+18
2005-09-06Ftam - Use some mofe FN_PAR:sAnders Broman1-6/+42
2005-09-04 From Graeme LuntAnders Broman1-423/+32
2005-09-04From Graeme Lunt:Anders Broman1-23/+24
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-98/+165
2005-08-30Break out of an infinite loop. Fixes bugs 392 - 395. Add a UNIX MakefileGerald Combs1-7/+6
2005-08-29MapDialougePDU.cnfAnders Broman1-1610/+2001
2005-08-25The OID strings returned by new_format_oid(), and the OID stringGuy Harris1-2/+0
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-06-19push one more object into the session structure so acse can pick it up later.Ronnie Sahlberg1-0/+3
2005-05-04Don't roll our own buffer-overflow-able string_to_hex() routineGerald Combs1-36/+10
2005-05-03Back out all of the tvb_ensure_bytes_exist() calls. They shouldn't beGerald Combs1-75/+3
2005-04-26Add a slew of tvb_ensure_bytes_exist() calls. This should probably beGerald Combs1-3/+75
2005-03-25buildbot bugfix: yet another (un-)signed problem.Ulf Lamping1-0/+2
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-1/+1
2004-12-31"string_to_hex()" doesn't modify its first argument, so make it aGuy Harris1-2/+2
2004-11-03From Yuriy Sidelnikov: take stuff that has to be done regardless ofGuy Harris1-8/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1820