aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.h
AgeCommit message (Collapse)AuthorFilesLines
2010-06-03Whitespace/indentation/code style cleanup.Jaap Keuter1-17/+17
svn path=/trunk/; revision=33070
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=30182
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
More header field info cleanup svn path=/trunk/; revision=28975
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
More header_field_info cleanup. svn path=/trunk/; revision=28772
2008-12-31Service response time statistics for MEGACO (GUI only).Balint Reczey1-0/+1
svn path=/trunk/; revision=27140
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+2
epan/dissectors/packet-ncp2222.inc is a bit hard to fix, so we're not ready to enable that warning by default yet. Throw in some casts to handle GLib routines that take arbitrary non-const pointers (they can later return the pointers, and some callers might want to modify or free up those pointers in cases where they're known to be writable or allocated). Use ep_tvb_memdup() rather than a combination of ep_alloc() and tvb_memcpy(). Clean up some indentation. svn path=/trunk/; revision=25601
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
svn path=/trunk/; revision=21753
2007-03-26remove a duplicate declarationLuis Ontanon1-1/+0
it looks like svn's merge is not that intelligent... or may be its me? svn path=/trunk/; revision=21218
2007-03-26the forgotten files from the last checkinLuis Ontanon1-0/+1
svn path=/trunk/; revision=21217
2007-03-26add a missing constant to make the megaco dissector compileRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=21216
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the ↵Luis Ontanon1-0/+217
same code can be used by megaco (upcoming). svn path=/trunk/; revision=21189