aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-31Service response time statistics for MEGACO (GUI only).rbalint1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27140 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25601 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-26remove a duplicate declarationlego1-1/+0
it looks like svn's merge is not that intelligent... or may be its me? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21218 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-26the forgotten files from the last checkinlego1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21217 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-26add a missing constant to make the megaco dissector compilesahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21216 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the ↵lego1-0/+217
same code can be used by megaco (upcoming). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21189 f5534014-38df-0310-8fa8-9805f1628bb7