aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-2/+2
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-5/+4
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-12/+32
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-4/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2012-04-20From Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro. https://bugs.wireshark...Anders Broman1-2/+2
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-21From daulis0@gmail.com:Jaap Keuter1-3/+23
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-4/+12
2010-05-26From Brian Woodard:Jaap Keuter1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-241/+241
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-257/+258
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-5/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-432/+432
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-24Rewrite some non-ascii characters.Stig Bjørlykke1-8/+8
2009-05-03From Brian M. Ames:Jaap Keuter1-29/+2152
2009-04-07Use some default true_false_string's.Bill Meier1-26/+11
2009-03-16Remove some non-ascii characters.Bill Meier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-3/+3
2008-05-14Fix some of the Errors/warnings detected by checkapi.Anders Broman1-6/+11
2008-04-09Remove:Anders Broman1-4/+0
2008-03-04For the "cigi.3_2_los_ext_response" field, use the variable that wasGuy Harris1-1/+1
2008-03-04Spoted by ChrisMaynard:Anders Broman1-20/+20
2008-03-03Fix compilation under gcc.Gerald Combs1-419/+419
2008-03-03From Jason Seeliger:Anders Broman1-27/+1245
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+8
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-08When checking whether a packet is for a protocol or not, make sure theGuy Harris1-27/+71
2005-12-08From Kyle J. Harms:Guy Harris1-326/+383
2005-12-07Fix some more scaled-fixed-point values, and have a 2-byte spare fieldGuy Harris1-6/+6