Define some fcns & vars as static...
[metze/wireshark/wip.git] / epan / dissectors / packet-sigcomp.c
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-11-17 Gerasimos DimitriadisRemove the address operator from value_string arrays...
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 Anders BromanApply some of the patches from:
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-09-19 Bill MeierMinor cleanup mostly related to proto_reg_handoff
2008-08-26 Bill Meier#include <emem.h> not req'd
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-08-08 Anders BromanFrom Daniel Rao:
2007-06-01 Martin Mathieson- Check NACK version is 1 before dissecting as NACK
2007-05-14 Martin Mathieson- give NACK reason codes in hex rather than decimal
2007-05-10 Martin Mathieson- show NACK summary in info column
2007-01-04 Martin MathiesonCheck in trivial changes before generating a big diff...
2006-12-05 Anders BromanFrom Cristian Constantin:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-07 Anders BromanFix Coverity CID: 8 dead code.
2006-01-05 Jörg MayerBill Meier:
2005-10-06 Anders BromanHandle multiple messages in a TCP segment, reassembly...
2005-10-03 Anders BromanFix a typo.
2005-09-29 Guy HarrisMake "top_tree" static; nobody else uses it, and if...
2005-09-28 Anders BromanHandle sigcomp over TCP.
2005-08-31 Anders Bromanudvm: initialise a variable
2005-08-25 Anders BromanFrom Timo Metsala
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-06-16 Anders BromanFrom Paul Ollis:
2005-02-20 Ulf Lampingfix a typo: lenght -> length
2004-12-25 Ulf Lampinga lot of warnings removed, most of them about pointer...
2004-12-01 Gerald Combsbytes_to_str() returns a static value. Don't g_free...
2004-11-28 Anders BromanBugfixes- handle zero length bytecode, handle end-off...
2004-11-23 Anders BromanMake it possible to fileter on partial_state create...
2004-11-22 Anders BromanFix some memmory leaks
2004-11-16 Anders BromanImplemented state-create, handling of g_hash_table...
2004-10-08 Guy Harris"dissect_sigcomp()" returns 0 or the packet length...
2004-10-08 Anders BromanAdd sigcomp Universal Decompressor Virtual Machine...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-07-20 Anders BromanFix decoding of messafe type 1, if T-bit = Zero
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.