Commit Graph

15 Commits

Author SHA1 Message Date
Jeff Morriss a2393ea239 Use g_ascii_strdown instead of g_strdown
svn path=/trunk/; revision=36385
2011-03-28 19:44:41 +00:00
Bill Meier 7f0107220d Fix various instances of "unreachable code".
svn path=/trunk/; revision=35713
2011-01-30 23:27:57 +00:00
Jaap Keuter c5502f37e3 Whitespace/indentation/code style cleanup.
svn path=/trunk/; revision=33070
2010-06-03 07:38:27 +00:00
Kovarththanan Rajaratnam 37e414a1d7 Add DISSECTOR_ASSERT before dereferencing pointer
svn path=/trunk/; revision=30345
2009-10-05 18:45:03 +00:00
Stig Bjørlykke 92a02af720 Fixed an if-check in gcp_analyze_msg().
svn path=/trunk/; revision=30198
2009-09-29 19:18:43 +00:00
Stig Bjørlykke 8ef079dc75 Made gcp_trx_to_str() static.
svn path=/trunk/; revision=30192
2009-09-29 10:22:06 +00:00
Stig Bjørlykke e2d6320d75 Only include config.h in C files, to avoid multiple inclusion.
svn path=/trunk/; revision=30182
2009-09-28 17:58:47 +00:00
Kovarththanan Rajaratnam 8c48c6835f Rename address_to_str() to ep_address_to_str() because:
1) This indicates that the string has ephemeral lifetime
2) More consistent with its existing seasonal counterpart, se_address_to_str().

svn path=/trunk/; revision=29747
2009-09-06 14:25:47 +00:00
Balint Reczey 43ac3652a3 Service response time statistics for MEGACO (GUI only).
svn path=/trunk/; revision=27140
2008-12-31 15:26:48 +00:00
Bill Meier a3d5cbf5d8 gcp_initailized --> gcp_initialized; localize same
svn path=/trunk/; revision=26692
2008-11-04 21:13:26 +00:00
Guy Harris 08ab8d8734 mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer
to a mtp3_addr_pc_t; declare them as such, and pass the argument as
such.

svn path=/trunk/; revision=21595
2007-04-26 07:57:44 +00:00
Luis Ontanon ee315df6dc Add Licence and TO DO list
svn path=/trunk/; revision=21289
2007-03-31 12:25:37 +00:00
Luis Ontanon 32780e71e8 do not pass a null string to proto_item_append_text()
svn path=/trunk/; revision=21252
2007-03-28 19:34:35 +00:00
Luis Ontanon 74fbeea0d5 the forgotten files from the last checkin
svn path=/trunk/; revision=21217
2007-03-26 23:06:38 +00:00
Luis Ontanon 0b3d2a90ff Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the same code can be used by megaco (upcoming).
svn path=/trunk/; revision=21189
2007-03-25 21:42:26 +00:00