forked from jpterry/pcapsipdump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
70 lines (58 loc) · 2.98 KB
/
ChangeLog
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
------------------- pcapsipdump 0.2 --------------------------------------------
Mon Feb 20 07:50:55 PST 2012
* Added option to record RTCP as well as RTP
* Fix crash for non-RFC compliant (LF-terminated) SIP-requests
* Add debian-specific initscript
Tue Oct 18 01:24:24 PDT 2011
* Add regexp-based number matching. To use, compile as following:
make DEFS=-DUSE_REGEXP
Wed Aug 31 04:05:41 PDT 2011
* Allow parsing pcap files with DLT_LINUX_SLL (113) interface type
Thu Jan 14 15:51:17 CET 2010
* Switch to pcap_next_ex (fixes program termination when there is no
traffic on interface
* Allow capture on Raw IP interfaces
* add -n option to filter calls only to/from specific address
Tue May 15 22:03:33 MSD 2007
* Port code to sun sparc/solaris
* Fix startup script for suse compatibility
* Fix typos
------------------- pcapsipdump 0.1.4 ------------------------------------------
Fri May 11 22:31:49 MSD 2007
* Avoid file trimming - add 'packet-buffered' (-U) option,
add SIGTERM graceful handler
* Fix 64-bit platform pointer issues (use char* in arithmetics instead
of uint32_t)
* Fix sip header parsing (RFC 3261 allows no-space-after-semicolon
syntax, however it is not show in examples and, thus, rarely used)
Thu Apr 2 11:51:33 MSD 2007
* Include "verbosity level" command-line option
------------------- pcapsipdump 0.1.3 ------------------------------------------
Thu Mar 22 18:35:16 MSK 2007
* Fix compiler waring about variable, that might be used uninitialized
Fri Mar 9 16:41:04 MSK 2007
* Fix bug, leading to segfault on malformed SIP packets
Fri Feb 9 14:50:56 MSK 2007
* use "$(CC) $(CPPFLAGS) $(LDFLAGS)" instead of hardcoded "c++ -Wall s"
in order to simplify cross-compiling
------------------- pcapsipdump 0.1.2 ------------------------------------------
Mon Jan 29 18:08:02 MSK 2007
* add basic command-line options:
[-fp] [-i <interface>] [-r <file>] [-d <working directory>]
-f Do not fork or detach from controlling terminal;
-p Do not put the interface into promiscuous mode.
* all following contributed by John Van Ostrand:
* added an optional fork() call to the pcapsipdump code so that it runs
as a daemon
* added an install target to the Makefile
* added a redhat directory with Red Hat/CentOS/Fedora init script,
sysconfig script, RPM spec file and README.txt
------------------- pcapsipdump 0.1.1 ------------------------------------------
Sun Aug 13 15:08:44 MSD 2006
* minor code cleanup in order to (hopefely) improve portability
* added usage printout
* changed storage place from /home/pcapsipdump to /var/spool/pcapsipdump
* added copyright clauses to each file and LICENCE file
------------------- pcapsipdump 0.1 --------------------------------------------
Wed Jul 27 13:05:11 MSD 2006
* first publuc release