aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-25a lot of warnings removed, most of them about pointer to int casts without ↵Ulf Lamping1-1/+1
using the appropriate GLib macros svn path=/trunk/; revision=12832
2004-12-01bytes_to_str() returns a static value. Don't g_free() it.Gerald Combs1-2/+1
svn path=/trunk/; revision=12629
2004-11-28Bugfixes- handle zero length bytecode, handle end-off-message with implied ↵Anders Broman1-7/+22
parameters(udvm initialised to zero). svn path=/trunk/; revision=12614
2004-11-23Make it possible to fileter on partial_state create and access.Anders Broman1-3/+4
svn path=/trunk/; revision=12583
2004-11-22Fix some memmory leaksAnders Broman1-4/+19
svn path=/trunk/; revision=12580
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ↵Anders Broman1-35/+124
work. svn path=/trunk/; revision=12532
2004-10-08"dissect_sigcomp()" returns 0 or the packet length, so it has to beGuy Harris1-1/+1
registered with "new_register_dissector()". svn path=/trunk/; revision=12239
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ↵Anders Broman1-52/+220
for decompression of sigcomp messages. Currently states are or not saved so only messages with bytecode can be decompressed. svn path=/trunk/; revision=12237
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
svn path=/trunk/; revision=12115
2004-07-20Fix decoding of messafe type 1, if T-bit = ZeroAnders Broman1-9/+10
svn path=/trunk/; revision=11445
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1975
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410