aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
Commit message (Expand)AuthorAgeFilesLines
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-4/+4
* Fix Coverity CID: 8 dead code.Anders Broman2006-03-071-3/+3
* Bill Meier:Jörg Mayer2006-01-051-9/+9
* Handle multiple messages in a TCP segment, reassembly still needed.Anders Broman2005-10-061-13/+27
* Fix a typo.Anders Broman2005-10-031-2/+2
* Make "top_tree" static; nobody else uses it, and if they're both notGuy Harris2005-09-291-1/+1
* Handle sigcomp over TCP.Anders Broman2005-09-281-24/+220
* udvm: initialise a variableAnders Broman2005-08-311-40/+191
* From Timo MetsalaAnders Broman2005-08-251-4/+4
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-1/+1
* From Paul Ollis:Anders Broman2005-06-161-18/+27
* fix a typo: lenght -> lengthUlf Lamping2005-02-201-1/+1
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-251-1/+1
* bytes_to_str() returns a static value. Don't g_free() it.Gerald Combs2004-12-011-2/+1
* Bugfixes- handle zero length bytecode, handle end-off-message with implied pa...Anders Broman2004-11-281-7/+22
* Make it possible to fileter on partial_state create and access.Anders Broman2004-11-231-3/+4
* Fix some memmory leaksAnders Broman2004-11-221-4/+19
* Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman2004-11-161-35/+124
* "dissect_sigcomp()" returns 0 or the packet length, so it has to beGuy Harris2004-10-081-1/+1
* Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman2004-10-081-52/+220
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Fix decoding of messafe type 1, if T-bit = ZeroAnders Broman2004-07-201-9/+10
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1975