forked from hauke/wireshark
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
69 lines (47 loc) · 2.05 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
commit 16b5866
Author: Gerald Combs <[email protected]>
Date: Thu Mar 19 16:27:30 2015 -0700
Build 1.99.5.
Change-Id: I50505b48db1f14523f36a19a5e8232caff1e712a
commit 751df4e
Author: Gerald Combs <[email protected]>
Date: Thu Mar 19 15:33:39 2015 -0700
Try to fix interface property fetching.
Use g_strdup instead of calculating string lengths manually. Return NULL
for empty strings, otherwise lo0 shows up as ": lo0" instead of
"Loopback: lo0" here.
Change-Id: I143aa5e12c9512b7a9f4729b62b353c13ee3635a
Reviewed-on: https://code.wireshark.org/review/7764
Reviewed-by: Gerald Combs <[email protected]>
commit bc06ca2
Author: Gerald Combs <[email protected]>
Date: Thu Mar 19 19:20:18 2015 +0000
Revert "Revert "TCP: tabs -> spaces""
1.99.4 is done.
This reverts commit e60b826a0131b90d4a10d3e9e5e1f45e777d3142.
Change-Id: I230b12d3a83a0abcb93809321df2b4396a7f0a0b
Reviewed-on: https://code.wireshark.org/review/7760
Reviewed-by: Gerald Combs <[email protected]>
commit cc7e565
Author: Gerald Combs <[email protected]>
Date: Thu Mar 19 12:12:34 2015 -0700
1.99.4 → 1.99.5.
Change-Id: Ifa1a57ac2db5d921d9b53dbe997cfa1916720c26
Reviewed-on: https://code.wireshark.org/review/7759
Reviewed-by: Gerald Combs <[email protected]>
commit e60b826
Author: Gerald Combs <[email protected]>
Date: Thu Mar 19 19:04:28 2015 +0000
Revert "TCP: tabs -> spaces"
The 1.99.4 is still in progress.
This reverts commit 260c84729c8c32d6e312d0974d4d4c5966aee514.
Change-Id: I8c24d301c103dd45e2ac2cdb4cda34b918ac5a37
Reviewed-on: https://code.wireshark.org/review/7758
Reviewed-by: Gerald Combs <[email protected]>
commit 260c847
Author: Pascal Quantin <[email protected]>
Date: Thu Mar 19 18:47:19 2015 +0100
TCP: tabs -> spaces
Change-Id: Ia95addb6b26f7eed89bbfe62baea289a50cf0523
Reviewed-on: https://code.wireshark.org/review/7756
Reviewed-by: Alexis La Goutte <[email protected]>