aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+2
2013-09-04Convert GCP to wmem. It is only called from dissectors in the proper scopeEvan Huus1-71/+71
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-3/+3
2013-03-14From beroset:Anders Broman1-31/+31
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-07From Václav Horčák:Anders Broman1-1/+3
2011-08-07Untabify.Stig Bjørlykke1-2/+2
2011-08-07g_ascii_strdown Returns a newly-allocated string.Anders Broman1-2/+3
2011-03-28Use g_ascii_strdown instead of g_strdownJeff Morriss1-1/+1
2011-01-30Fix various instances of "unreachable code".Bill Meier1-1/+0
2010-06-03Whitespace/indentation/code style cleanup.Jaap Keuter1-105/+106
2009-10-05Add DISSECTOR_ASSERT before dereferencing pointerKovarththanan Rajaratnam1-3/+3
2009-09-29Fixed an if-check in gcp_analyze_msg().Stig Bjørlykke1-1/+1
2009-09-29Made gcp_trx_to_str() static.Stig Bjørlykke1-1/+1
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-9/+9
2008-12-31Service response time statistics for MEGACO (GUI only).Balint Reczey1-0/+1
2008-11-04gcp_initailized --> gcp_initialized; localize sameBill Meier1-4/+5
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris1-2/+2
2007-03-31Add Licence and TO DO listLuis Ontanon1-1/+28
2007-03-28do not pass a null string to proto_item_append_text()Luis Ontanon1-1/+1
2007-03-26the forgotten files from the last checkinLuis Ontanon1-0/+4
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the s...Luis Ontanon1-0/+718