File: CHANGELOG

package info (click to toggle)
sniffit 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 428 kB
  • sloc: ansic: 4,245; sh: 21; makefile: 17
file content (152 lines) | stat: -rw-r--r-- 4,495 bytes parent folder | download | duplicates (2)
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
Version 0.5, 2020-04-19

  [ Joao Eriberto Mota Filho ]

* Created full-check.yml file to provide CI tests in GitHub.
* Fixed a FTBFS with GCC-10. Thanks to Jaime PeƱalba from netdiscover project.
* Reorganized Makefile.am.
* Updated URL of the projext in docs.

Version 0.4.0, 2016-11-15

  [ Joao Eriberto Mota Filho ]

* Added all patches from Debian.
* Full conversion to autotools:
    - Previous configure.ac rewritten.
    - Created Makefile.am.
    - Created autogen.sh to use autoreconf (yes, it works fine now).
* Removed embedded libpcap.
* Removed the statement about libpcap from LICENSE file.
* Reorganized the source code.
* Several adjustments and fixes (including CVE-2014-5439).
* Long life to sniffit!




############################################################################
###                                                                      ###
### THE FOLLOWING LINES ARE THE OLD CHANGELOG (UP TO 0.3.7 BETA VERSION) ###
###                                                                      ###
############################################################################


#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
*                            Sniffit History                                  *
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#

 BUGFIXES
----------

(PRIOR TO 0.2.0 - some are LINUX only)
   - Kernel 1.2.(some) incompatibility should be fixed. (like 1.2.5)
     (all credit for that to Godmar Back)
   - logging connections with lots of data is okay too now.
     'the integer that needed to be a long'-bug.
     It was an overflow prob.
   - off course there are always minor ameliorations not worth mentioning

(SINCE 0.2.0)
   - MAXCOUNT bug
   - interactive part lock-up bugs
   - output format

(SINCE 0.3.0)
   - a wildcard bug
   - a Makefile bug (nothing important)

(SINCE 0.3.1)
   - a typo caused the screwing up of the wildcard option (0.3.1)
   - 'select from host' didn't work...

(SINCE 0.3.2)
   - a functions that had a parameter missing.
   - all interactive mode problems.

(SINCE 0.3.3)
   - Interactive mode, with non-color-modes.
   - External program firing...

(SINCE 0.3.4)
   - Interactive mode NON-IP packet detection.
   - errorhandeling starting of external programs from interface
   - various improvements for the porting (thx, beta-testers)

(SINCE 0.3.5)
   - Seg fault on small Fragmented IP packets handled.
   - core dump bug fixed with unknown network devices

 NEW STUFF
-----------

V.0.1.0
   - First test of the ncurses interface (never use this version, it's
     megaslow)

V.0.1.1
   - Added '-x' for extra information on TCP packets
   - Added '-A <char>' for you 'password-horny-dudes' ;)
   - beginning of ICMP support ('-P <protocol>')
   - First 'real' test for the interface

V.0.1.2
   - IP debugging info
   - UDP support
   - extended ICMP info (almost complete....)
   - logging on another terminal

V.0.2.0
   - SUN port (I now hate SPARC's ;)

V.0.2.1
   - SGI port

V.0.2.2
   - Netload statistics (interactive part)
   - Massive debugging of interactive part

V.0.3.0
   - Wildcards in non-interactive mode
   - time-out in non interactive mode, so you won't stuff memory by
     connections that weren't closed like they're supposed to be.
   - Forcing the use of a snif device
   - MTU changeble in config.h
   - ppp use

V.0.3.1 (1996)
   - Flexible network trafic selection with config file.

V.0.3.2 (1996)
   - IP checksum check
   - First introduction of a logfile for monitoring
   - Adding of loglevel: 1, 10, 12

V.0.3.3 (Oct 1996)
   - rewrite of some parts (big clean-up of interactive part)
   - Auto adjusting to screen of interface
   - Starting of external programs from interface

V.0.3.4 (Beta)
   - Use of Autoconf
   - Upgrade of Libpcap to 0.3
   - Added Packet generation
   - Added UDP selectivity
   - Added "plugins"

V.0.3.5 (April 1997)
   - cleaned out 0.3.4 beta

V.0.3.6 (alpha, special HIP preview)
   - '-I' mode (locally refered to as 'Iliet' mode (pronounce in Dutch),
     officialy 'Extended Interactive')
   - alpha version session recording
   - alpha version 'sniffit_pb' added (concept canceled in 0.3.7)
   - an init function for plugins

V.0.3.7 (July 1998)
   - Thrown away the old style recording, and changed the concept
   - Gracefull shutdown with restoring original interface mode

------------------------ Thx for using Sniffit(tm) ---------------------------