aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann1-782/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-05-13[GCP] Add a command string when there's no context tracking.AndersBroman1-0/+3
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-2/+0
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-2/+2
2014-12-29Remove some proto_tree_add_text outside the dissector directory.Michael Mann1-4/+2
2014-09-10Various minor changes:Bill Meier1-30/+43
2014-09-09Fix some spelling & grammar.Bill Meier1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-06Try to fix warning: initializer element is not computable at load time.Anders Broman1-24/+38
2013-12-21fix some warnings.Jakub Zawadzki1-1/+1
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