aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use extended value_strings; add editor modelines as needed.Bill Meier1-8/+28
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+1
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-1/+0
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-12/+3
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Assign some variables that scan-build was complaining about.Gerald Combs1-1/+1
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