1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH SIPP "1" "August 2025" "sipp " "User Commands"
.SH NAME
sipp \- SIP testing tool and traffic generator
.SH DESCRIPTION
Usage:
.IP
sipp remote_host[:remote_port] [options]
.PP
Example:
.IP
Run SIPp with embedded server (uas) scenario:
.IP
\&./sipp \fB\-sn\fR uas
.IP
On the same host, run SIPp with embedded client (uac) scenario:
.IP
\&./sipp \fB\-sn\fR uac 127.0.0.1
.IP
Available options:
.PP
*** Scenario file options:
.TP
\fB\-sd\fR
: Dumps a default scenario (embedded in the SIPp executable)
.TP
\fB\-sf\fR
: Loads an alternate XML scenario file. To learn more about XML scenario
syntax, use the \fB\-sd\fR option to dump embedded scenarios. They contain all the
necessary help.
.TP
\fB\-rxsf\fR
: Loads an alternate receive xml scenario file as the second scenario \-
enabling a mixture of originating and terminating calls to be executed.
If this is included then the second scenario MUST be a server mode scenario,
and the first scenario (specified in \fB\-sf\fR / \fB\-sn\fR) MUST be a client\-mode
scenario.
If both \fB\-snrx\fR and \fB\-sfrx\fR are omitted then only a single scenario is executed.
.TP
\fB\-oocsf\fR
: Load out\-of\-call scenario.
.TP
\fB\-oocsn\fR
: Load out\-of\-call scenario.
.TP
\fB\-sn\fR
: Use a default scenario (embedded in the SIPp executable). If this option is
omitted, the Standard SipStone UAC scenario is loaded.
Available values in this version:
.TP
\- 'uac'
: Standard SipStone UAC (default).
.TP
\- 'uas'
: Simple UAS responder.
.TP
\- 'regexp'
: Standard SipStone UAC \- with regexp and variables.
.TP
\- 'branchc'
: Branching and conditional branching in scenarios \- client.
.TP
\- 'branchs'
: Branching and conditional branching in scenarios \- server.
.IP
Default 3pcc scenarios (see \fB\-3pcc\fR option):
.TP
\- '3pcc\-C\-A' : Controller A side (must be started after all other 3pcc
scenarios)
.TP
\- '3pcc\-C\-B' : Controller B side.
\- '3pcc\-A' : A side.
\- '3pcc\-B' : B side.
.TP
\fB\-rxrn\fR
: Use a default scenario (embedded in the sipp executable) for the second
scenario \- enabling a mixture of originating and terminating calls to be
executed.
If this is included then the second scenario MUST be a server mode scenario,
and the first scenario (specified in \fB\-sf\fR / \fB\-sn\fR) MUST be a client\-mode
scenario.
If both \fB\-snrx\fR and \fB\-sfrx\fR are omitted then only a single scenario is executed.
.PP
*** IP, port and protocol options:
.TP
\fB\-t\fR
: Set the transport mode:
\- u1: UDP with one socket (default),
\- un: UDP with one socket per call,
\- ui: UDP with one socket per IP address. The IP addresses must be defined
.TP
in the injection file.
\- t1: TCP with one socket,
\- tn: TCP with one socket per call,
\- c1: u1 + compression (only if compression plugin loaded),
\- cn: un + compression (only if compression plugin loaded). This plugin is
.IP
not provided with SIPp.
.TP
\fB\-i\fR
: Set the local IP address for 'Contact:','Via:', and 'From:' headers. Default
is primary host IP address.
.TP
\fB\-p\fR
: Set the local port number. Default is a random free port chosen by the
system.
.TP
\fB\-bind_local\fR
: Bind socket to local IP address, i.e. the local IP address is used as the
source IP address. If SIPp runs in server mode it will only listen on the
local IP address instead of all IP addresses.
.TP
\fB\-bind_to_device\fR
: Bind socket to the specified network device. Requires superuser permissions.
.TP
\fB\-ci\fR
: Set the local control IP address
.TP
\fB\-cp\fR
: Set the local control port number. Default is 8888.
.TP
\fB\-max_socket\fR
: Set the max number of sockets to open simultaneously. This option is
significant if you use one socket per call. Once this limit is reached,
traffic is distributed over the sockets already opened. Default value is
50000
.TP
\fB\-max_reconnect\fR
: Set the the maximum number of reconnection.
.HP
\fB\-reconnect_close\fR : Should calls be closed on reconnect?
.HP
\fB\-reconnect_sleep\fR : How long (in milliseconds) to sleep between the close and reconnect?
.TP
\fB\-rsa\fR
: Set the remote sending address to host:port for sending the messages.
.PP
*** SIPp overall behavior options:
.TP
\fB\-v\fR
: Display version and copyright information.
.TP
\fB\-bg\fR
: Launch SIPp in background mode.
.TP
\fB\-nostdin\fR
: Disable stdin.
.TP
\fB\-plugin\fR
: Load a plugin.
.TP
\fB\-sleep\fR
: How long to sleep for at startup. Default unit is seconds.
.TP
\fB\-skip_rlimit\fR
: Do not perform rlimit tuning of file descriptor limits. Default: false.
.TP
\fB\-buff_size\fR
: Set the send and receive buffer size.
.HP
\fB\-sendbuffer_warn\fR : Produce warnings instead of errors on SendBuffer failures.
.TP
\fB\-lost\fR
: Set the number of packets to lose by default (scenario specifications
override this value).
.TP
\fB\-key\fR
: keyword value
Set the generic parameter named "keyword" to "value".
.TP
\fB\-set\fR
: variable value
Set the global variable parameter named "variable" to "value".
.TP
\fB\-tdmmap\fR
: Generate and handle a table of TDM circuits.
A circuit must be available for the call to be placed.
Format: \fB\-tdmmap\fR {0\-3}{99}{5\-8}{1\-31}
.TP
\fB\-dynamicStart\fR
: variable value
Set the start offset of dynamic_id variable
.TP
\fB\-dynamicMax\fR
: variable value
Set the maximum of dynamic_id variable
.TP
\fB\-dynamicStep\fR
: variable value
Set the increment of dynamic_id variable
.PP
*** Call behavior options:
.TP
\fB\-aa\fR
: Enable automatic 200 OK answer for INFO, NOTIFY, OPTIONS and UPDATE.
.TP
\fB\-base_cseq\fR
: Start value of [cseq] for each call.
.TP
\fB\-cid_str\fR
: Call ID string (default %u\-%p@%s). %u=call_number, %s=ip_address,
%p=process_number, %%=% (in any order).
.TP
\fB\-d\fR
: Controls the length of calls. More precisely, this controls the duration of
\&'pause' instructions in the scenario, if they do not have a 'milliseconds'
section. Default value is 0 and default unit is milliseconds.
.TP
\fB\-deadcall_wait\fR
: How long the Call\-ID and final status of calls should be kept to improve
message and error logs (default unit is ms).
.TP
\fB\-auth_uri\fR
: Force the value of the URI for authentication.
By default, the URI is composed of remote_ip:remote_port.
.TP
\fB\-au\fR
: Set authorization username for authentication challenges. Default is taken
from \fB\-s\fR argument
.TP
\fB\-ap\fR
: Set the password for authentication challenges. Default is 'password'
.TP
\fB\-s\fR
: Set the username part of the request URI. Default is 'service'.
.TP
\fB\-default_behaviors\fR: Set the default behaviors that SIPp will use.
Possible values are:
\- all Use all default behaviors
\- none Use no default behaviors
\- bye Send byes for aborted calls
\- abortunexp Abort calls on unexpected messages
\- pingreply Reply to ping requests
\- cseq Check CSeq of ACKs
If a behavior is prefaced with a \-, then it is turned off. Example:
all,\-bye
.TP
\fB\-nd\fR
: No Default. Disable all default behavior of SIPp which are the following:
\- On UDP retransmission timeout, abort the call by sending a BYE or a CANCEL
\- On receive timeout with no ontimeout attribute, abort the call by sending
.TP
a BYE or a CANCEL
\- On unexpected BYE send a 200 OK and close the call
\- On unexpected CANCEL send a 200 OK and close the call
\- On unexpected PING send a 200 OK and continue the call
\- On unexpected ACK CSeq do nothing
\- On any other unexpected message, abort the call by sending a BYE or a
.IP
CANCEL
.TP
\fB\-pause_msg_ign\fR
: Ignore the messages received during a pause defined in the scenario
.HP
\fB\-callid_slash_ign\fR: Don't treat a triple\-slash in Call\-IDs as indicating an extra SIPp prefix.
.PP
*** Injection file options:
.TP
\fB\-rxinf\fR
: Inject values from an external CSV file during calls into the scenarios.
First line of this file say whether the data is to be read in sequence
(SEQUENTIAL), random (RANDOM), or user (USER) order.
Each line corresponds to one call and has one or more ';' delimited data
fields. Those fields can be referred as [field0], [field1], ... in the xml
scenario file. Several CSV files can be used simultaneously (syntax: \fB\-inf\fR
f1.csv \fB\-inf\fR f2.csv ...)
.TP
\fB\-inf\fR
: Inject values from an external CSV file during calls into the scenarios.
First line of this file say whether the data is to be read in sequence
(SEQUENTIAL), random (RANDOM), or user (USER) order.
Each line corresponds to one call and has one or more ';' delimited data
fields. Those fields can be referred as [field0], [field1], ... in the xml
scenario file. Several CSV files can be used simultaneously (syntax: \fB\-inf\fR
f1.csv \fB\-inf\fR f2.csv ...)
.TP
\fB\-infindex\fR
: file field
Create an index of file using field. For example \fB\-inf\fR ../path/to/users.csv
\fB\-infindex\fR users.csv 0 creates an index on the first key.
.TP
\fB\-ip_field\fR
: Set which field from the injection file contains the IP address from which
the client will send its messages.
If this option is omitted and the '\-t ui' option is present, then field 0 is
assumed.
Use this option together with '\-t ui'
.PP
*** RTP behaviour options:
.TP
\fB\-mi\fR
: Set the local media IP address (default: local primary host IP address)
.TP
\fB\-rtp_echo\fR
: Enable RTP echo. RTP/UDP packets received on media port are echoed to their
sender.
RTP/UDP packets coming on this port + 2 are also echoed to their sender
(used for sound and video echo).
.TP
\fB\-mb\fR
: Set the RTP echo buffer size (default: 2048).
.TP
\fB\-min_rtp_port\fR
: Minimum port number for RTP socket range.
.TP
\fB\-max_rtp_port\fR
: Maximum port number for RTP socket range.
.TP
\fB\-mp\fR
: Sets \fB\-min_rtp_port\fR for backwards compatibility.
.TP
\fB\-rtp_payload\fR
: RTP default payload type.
.HP
\fB\-rtp_threadtasks\fR : RTP number of playback tasks per thread.
.TP
\fB\-rtp_buffsize\fR
: Set the rtp socket send/receive buffer size.
.TP
\fB\-rtpcheck_debug\fR
: Write RTP check debug information to file
.TP
\fB\-audiotolerance\fR
: Audio error tolerance for RTP checks (0.0\-1.0) \fB\-\-\fR default: 1.0
.TP
\fB\-videotolerance\fR
: Video error tolerance for RTP checks (0.0\-1.0) \fB\-\-\fR default: 1.0
.HP
\fB\-random_base_ssrc\fR: Use a random base SSRC for RTP streams instead of default value 0xCA110000
.PP
*** Call rate options:
.TP
\fB\-r\fR
: Set the call rate (in calls per seconds). This value can bechanged during
test by pressing '+', '_', '*' or '/'. Default is 10.
pressing '+' key to increase call rate by 1 * rate_scale,
pressing '\-' key to decrease call rate by 1 * rate_scale,
pressing '*' key to increase call rate by 10 * rate_scale,
pressing '/' key to decrease call rate by 10 * rate_scale.
.TP
\fB\-rp\fR
: Specify the rate period for the call rate. Default is 1 second and default
unit is milliseconds. This allows you to have n calls every m milliseconds
(by using \fB\-r\fR n \fB\-rp\fR m).
Example: \fB\-r\fR 7 \fB\-rp\fR 2000 ==> 7 calls every 2 seconds.
.IP
\fB\-r\fR 10 \fB\-rp\fR 5s => 10 calls every 5 seconds.
.TP
\fB\-rate_scale\fR
: Control the units for the '+', '\-', '*', and '/' keys.
.TP
\fB\-rate_increase\fR
: Specify the rate increase every \fB\-rate_interval\fR units (default is seconds).
This allows you to increase the load for each independent logging period.
Example: \fB\-rate_increase\fR 10 \fB\-rate_interval\fR 10s
.IP
==> increase calls by 10 every 10 seconds.
.TP
\fB\-rate_max\fR
: If \fB\-rate_increase\fR is set, then quit after the rate reaches this value.
Example: \fB\-rate_increase\fR 10 \fB\-rate_max\fR 100
.IP
==> increase calls by 10 until 100 cps is hit.
.TP
\fB\-rate_interval\fR
: Set the interval by which the call rate is increased. Defaults to the value
of \fB\-fd\fR.
.TP
\fB\-no_rate_quit\fR
: If \fB\-rate_increase\fR is set, do not quit after the rate reaches \fB\-rate_max\fR.
.TP
\fB\-l\fR
: Set the maximum number of simultaneous calls. Once this limit is reached,
traffic is decreased until the number of open calls goes down. Default:
.IP
(3 * call_duration (s) * rate).
.TP
\fB\-m\fR
: Stop the test and exit when 'calls' calls are processed
.TP
\fB\-users\fR
: Instead of starting calls at a fixed rate, begin 'users' calls at startup,
and keep the number of calls constant.
.PP
*** Retransmission and timeout options:
.TP
\fB\-recv_timeout\fR
: Global receive timeout. Default unit is milliseconds. If the expected message
is not received, the call times out and is aborted.
.TP
\fB\-send_timeout\fR
: Global send timeout. Default unit is milliseconds. If a message is not sent
(due to congestion), the call times out and is aborted.
.TP
\fB\-timeout\fR
: Global timeout. Default unit is seconds. If this option is set, SIPp quits
after nb units (\fB\-timeout\fR 20s quits after 20 seconds).
.TP
\fB\-timeout_error\fR
: SIPp fails if the global timeout is reached is set (\fB\-timeout\fR option
required).
.TP
\fB\-max_retrans\fR
: Maximum number of UDP retransmissions before call ends on timeout. Default
is 5 for INVITE transactions and 7 for others.
.TP
\fB\-max_invite_retrans\fR: Maximum number of UDP retransmissions for invite transactions before call
ends on timeout.
.TP
\fB\-max_non_invite_retrans\fR: Maximum number of UDP retransmissions for non\-invite transactions before call
ends on timeout.
.TP
\fB\-nr\fR
: Disable retransmission in UDP mode.
.TP
\fB\-rtcheck\fR
: Select the retransmission detection method: full (default) or loose.
.TP
\fB\-T2\fR
: Global T2\-timer in milli seconds
.PP
*** Third\-party call control options:
.TP
\fB\-3pcc\fR
: Launch the tool in 3pcc mode ("Third Party call control"). The passed IP
address depends on the 3PCC role.
\- When the first twin command is 'sendCmd' then this is the address of the
.TP
remote twin socket.
SIPp will try to connect to this address:port to send
.TP
the twin command (This instance must be started after all other 3PCC
scenarios).
.TP
Example: 3PCC\-C\-A scenario.
\- When the first twin command is 'recvCmd' then this is the address of the
.TP
local twin socket. SIPp will open this address:port to listen for twin
command.
.IP
Example: 3PCC\-C\-B scenario.
.TP
\fB\-master\fR
: 3pcc extended mode: indicates the master number
.TP
\fB\-slave\fR
: 3pcc extended mode: indicates the slave number
.TP
\fB\-slave_cfg\fR
: 3pcc extended mode: indicates the file where the master and slave addresses
are stored
.PP
*** Performance and watchdog options:
.TP
\fB\-timer_resol\fR
: Set the timer resolution. Default unit is milliseconds. This option has an
impact on timers precision.Small values allow more precise scheduling but
impacts CPU usage.If the compression is on, the value is set to 50ms. The
default value is 10ms.
.TP
\fB\-max_recv_loops\fR
: Set the maximum number of messages received read per cycle. Increase this
value for high traffic level. The default value is 1000.
.TP
\fB\-max_sched_loops\fR : Set the maximum number of calls run per event loop. Increase this value for
high traffic level. The default value is 1000.
.TP
\fB\-watchdog_interval\fR: Set gap between watchdog timer firings.
Default is 400.
.TP
\fB\-watchdog_reset\fR
: If the watchdog timer has not fired in more than this time period, then reset
the max triggers counters. Default is 10 minutes.
.TP
\fB\-watchdog_minor_threshold\fR: If it has been longer than this period between watchdog executions count a
minor trip. Default is 500.
.TP
\fB\-watchdog_major_threshold\fR: If it has been longer than this period between watchdog executions count a
major trip. Default is 3000.
.TP
\fB\-watchdog_major_maxtriggers\fR: How many times the major watchdog timer can be tripped before the test is
terminated. Default is 10.
.TP
\fB\-watchdog_minor_maxtriggers\fR: How many times the minor watchdog timer can be tripped before the test is
terminated. Default is 120.
.PP
*** Tracing, logging and statistics options:
.TP
\fB\-f\fR
: Set the statistics report frequency on screen. Default is 1 and default unit
is seconds.
.TP
\fB\-trace_stat\fR
: Dumps all statistics in <scenario_name>_<pid>.csv file. Use the '\-h stat'
option for a detailed description of the statistics file content.
.TP
\fB\-stat_delimiter\fR
: Set the delimiter for the statistics file
.TP
\fB\-stf\fR
: Set the file name to use to dump statistics
.TP
\fB\-fd\fR
: Set the statistics dump log report frequency. Default is 60 and default unit
is seconds.
.TP
\fB\-rfc3339\fR
: Use timestamps in RFC3339 format.
.TP
\fB\-periodic_rtd\fR
: Reset response time partition counters each logging interval.
.TP
\fB\-trace_msg\fR
: Displays sent and received SIP messages in <scenario file
name>_<pid>_messages.log
.TP
\fB\-message_file\fR
: Set the name of the message log file.
.HP
\fB\-message_overwrite\fR: Overwrite the message log file (default true).
.TP
\fB\-trace_shortmsg\fR
: Displays sent and received SIP messages as CSV in <scenario file
name>_<pid>_shortmessages.log
.HP
\fB\-shortmessage_file\fR: Set the name of the short message log file.
.HP
\fB\-shortmessage_overwrite\fR: Overwrite the short message log file (default true).
.TP
\fB\-trace_counts\fR
: Dumps individual message counts in a CSV file.
.TP
\fB\-trace_err\fR
: Trace all unexpected messages in <scenario file name>_<pid>_errors.log.
.TP
\fB\-error_file\fR
: Set the name of the error log file.
.HP
\fB\-error_overwrite\fR : Overwrite the error log file (default true).
.TP
\fB\-trace_error_codes\fR: Dumps the SIP response codes of unexpected messages to <scenario file
name>_<pid>_error_codes.log.
.TP
\fB\-trace_calldebug\fR : Dumps debugging information about aborted calls to
<scenario_name>_<pid>_calldebug.log file.
.TP
\fB\-calldebug_file\fR
: Set the name of the call debug file.
.HP
\fB\-calldebug_overwrite\fR: Overwrite the call debug file (default true).
.TP
\fB\-trace_screen\fR
: Dump statistic screens in the <scenario_name>_<pid>_screens.log file when
quitting SIPp. Useful to get a final status report in background mode (\fB\-bg\fR
option).
.TP
\fB\-screen_file\fR
: Set the name of the screen file.
.HP
\fB\-screen_overwrite\fR: Overwrite the screen file (default true).
.TP
\fB\-trace_rtt\fR
: Allow tracing of all response times in <scenario file name>_<pid>_rtt.csv.
.TP
\fB\-rtt_freq\fR
: freq is mandatory. Dump response times every freq calls in the log file
defined by \fB\-trace_rtt\fR. Default value is 200.
.TP
\fB\-trace_logs\fR
: Allow tracing of <log> actions in <scenario file name>_<pid>_logs.log.
.TP
\fB\-log_file\fR
: Set the name of the log actions log file.
.TP
\fB\-log_overwrite\fR
: Overwrite the log actions log file (default true).
.TP
\fB\-ringbuffer_files\fR: How many error, message, shortmessage and calldebug files should be kept
after rotation?
.TP
\fB\-ringbuffer_size\fR : How large should error, message, shortmessage and calldebug files be before
they get rotated?
.TP
\fB\-max_log_size\fR
: What is the limit for error, message, shortmessage and calldebug file sizes.
.PP
Signal handling:
.IP
SIPp can be controlled using POSIX signals. The following signals
are handled:
USR1: Similar to pressing the 'q' key. It triggers a soft exit
.IP
of SIPp. No more new calls are placed and all ongoing calls
are finished before SIPp exits.
Example: kill \fB\-SIGUSR1\fR 732
.IP
USR2: Triggers a dump of all statistics screens in
.IP
<scenario_name>_<pid>_screens.log file. Especially useful
in background mode to know what the current status is.
Example: kill \fB\-SIGUSR2\fR 732
.PP
Exit codes:
.IP
Upon exit (on fatal error or when the number of asked calls (\fB\-m\fR
option) is reached, SIPp exits with one of the following exit
code:
.IP
0: All calls were successful
1: At least one call failed
.IP
97: Exit on internal command. Calls may have been processed
99: Normal exit without calls processed
.IP
253: RTP validation failure
.HP
\fB\-1\fR: Fatal error
.HP
\fB\-2\fR: Fatal error binding a socket
.IP
SIPp v3.7.5\-PCAP.
.IP
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
.IP
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.IP
You should have received a copy of the GNU General Public
License along with this program; if not, write to the
Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111\-1307 USA
.IP
Author: see source files.
|