aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13Move proto_reg_handoff...(0 to the end of the file as per Wireshark convention.Bill Meier1-78/+69
2011-12-13Fix: Execution Tracing High-Detail field selection highlighting seemingly wro...Bill Meier1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-34/+30
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-2325/+2324
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-6/+6
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-56/+56
2009-05-13Apply some of the patches from:Anders Broman1-12/+3
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier1-15/+17
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-08-08From Daniel Rao:Anders Broman1-0/+19
2007-06-01- Check NACK version is 1 before dissecting as NACKMartin Mathieson1-12/+42
2007-05-14- give NACK reason codes in hex rather than decimalMartin Mathieson1-39/+39
2007-05-10- show NACK summary in info columnMartin Mathieson1-9/+55
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-1/+1
2006-12-05From Cristian Constantin:Anders Broman1-1/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-07Fix Coverity CID: 8 dead code.Anders Broman1-3/+3
2006-01-05Bill Meier:Jörg Mayer1-9/+9
2005-10-06Handle multiple messages in a TCP segment, reassembly still needed.Anders Broman1-13/+27
2005-10-03Fix a typo.Anders Broman1-2/+2
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notGuy Harris1-1/+1
2005-09-28Handle sigcomp over TCP.Anders Broman1-24/+220
2005-08-31udvm: initialise a variableAnders Broman1-40/+191
2005-08-25From Timo MetsalaAnders Broman1-4/+4
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