aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pres.c
AgeCommit message (Expand)AuthorFilesLines
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