aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-06-16From Paul Ollis:Anders Broman1-18/+27
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-1/+1
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-1/+1
2004-12-01bytes_to_str() returns a static value. Don't g_free() it.Gerald Combs1-2/+1
2004-11-28Bugfixes- handle zero length bytecode, handle end-off-message with implied pa...Anders Broman1-7/+22
2004-11-23Make it possible to fileter on partial_state create and access.Anders Broman1-3/+4
2004-11-22Fix some memmory leaksAnders Broman1-4/+19
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman1-35/+124
2004-10-08"dissect_sigcomp()" returns 0 or the packet length, so it has to beGuy Harris1-1/+1
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman1-52/+220
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-20Fix decoding of messafe type 1, if T-bit = ZeroAnders Broman1-9/+10
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1975