aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-23 00:18:57 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-23 00:18:57 +0000
commitecccb6e0618fd88921ad9dfe7281b4e7f5ad1179 (patch)
treeadba3b134d9af260f0f70cb23df50794482da83a /doc
parent7111f8301309f49ba6185f76ff157023247cf74c (diff)
"sip_is_request()" is intended to indicate whether a given SIP packet is
a request or reply; make its return value "gboolean", and have it just return TRUE or FALSE. Also make an array index variable unsigned, to squelch a GCC warning. Support for additional SIP methods, from Jean-Francois Mule. svn path=/trunk/; revision=3865
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 6c59475848..e6394784f6 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1152,6 +1152,7 @@ B<http://www.ethereal.com>.
Lee Berger <lberger[AT]roy.org>
Motonori Shindo <mshindo[AT]mshindo.net>
Terje Krogdahl <tekr[AT]nextra.com>
+ Jean-Francois Mule <jfmule[AT]clarent.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.