aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-4/+4
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+1
2011-12-13Move proto_reg_handoff...(0 to the end of the file as per Wireshark convention.wmeier1-78/+69
2011-12-13Fix: Execution Tracing High-Detail field selection highlighting seemingly wro...wmeier1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-09-26Get rid of check_col() and use ENC.etxrab1-34/+30
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-2325/+2324
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-6/+6
2009-08-21Sanitize epan includeskrj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-56/+56
2009-05-13Apply some of the patches from:etxrab1-12/+3
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
2008-09-19Minor cleanup mostly related to proto_reg_handoffwmeier1-15/+17
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-08-08From Daniel Rao:etxrab1-0/+19
2007-06-01- Check NACK version is 1 before dissecting as NACKmartinm1-12/+42
2007-05-14- give NACK reason codes in hex rather than decimalmartinm1-39/+39
2007-05-10- show NACK summary in info columnmartinm1-9/+55
2007-01-04Check in trivial changes before generating a big diff...martinm1-1/+1
2006-12-05From Cristian Constantin:etxrab1-1/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-07Fix Coverity CID: 8 dead code.etxrab1-3/+3
2006-01-05Bill Meier:jmayer1-9/+9
2005-10-06Handle multiple messages in a TCP segment, reassembly still needed.etxrab1-13/+27
2005-10-03Fix a typo.etxrab1-2/+2
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notguy1-1/+1
2005-09-28Handle sigcomp over TCP.etxrab1-24/+220
2005-08-31udvm: initialise a variableetxrab1-40/+191
2005-08-25From Timo Metsalaetxrab1-4/+4
2005-08-08various code cleanup:ulfl1-4/+0
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2005-06-16From Paul Ollis:etxrab1-18/+27
2005-02-20fix a typo: lenght -> lengthulfl1-1/+1
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-1/+1
2004-12-01bytes_to_str() returns a static value. Don't g_free() it.gerald1-2/+1
2004-11-28Bugfixes- handle zero length bytecode, handle end-off-message with implied pa...etxrab1-7/+22
2004-11-23Make it possible to fileter on partial_state create and access.etxrab1-3/+4
2004-11-22Fix some memmory leaksetxrab1-4/+19
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...etxrab1-35/+124
2004-10-08"dissect_sigcomp()" returns 0 or the packet length, so it has to beguy1-1/+1
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...etxrab1-52/+220