aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-07Squelch a narrowing-conversion warning.Guy Harris1-1/+1
2005-12-07Don't export stuff if no other dissector uses it. "Static unlessGuy Harris1-152/+152
2005-12-07Fix indentation.Guy Harris1-36/+53
2005-12-07Unicode considered unnecessary and non-portable. Avoid using non-ASCIIGuy Harris1-597/+591
2005-12-06Note what we have to be careful of before we start using Unicode in theGuy Harris1-1/+8
2005-12-06from Kyle HarmsRonnie Sahlberg1-341/+285
2005-12-05From Kyle J HarmsRonnie Sahlberg1-0/+8582