This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathCHANGELOG
51 lines (45 loc) · 1.85 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
0.1.4
=====
- Added support for Wireshark 1.12.*
- Added protocol.items_dict for accessing items from within PyFunctionItems.
- Added appending text to an existing item.
- Fixed a bug with float fields
- Fixed a bug with packet.visited
- Expert Info and User Preferences Support
- Allowed the plugin and dissectors to be placed in the user directory
- Added the ability to add custom boolean or integer values from a PyFunctionItem
0.1.3
=====
- Added error messages when loading a protocol fails.
- Added support for registering a protocol under several values in a single table.
- Fixed a bug in packet.set_column_text.
- Fixed a memory bug when calling Wireshark's functions.
0.1.2
=====
- Transferred Python linking to run-time. No more seperate versions for different Python versions.
- Fixed an access violation bug.
- Fixed a bug with trees inside trees.
0.1.1
=====
- Fixed several bugs with PyFunctionItems.
- Fixed linux Makefile.
0.1.0
=====
- Added SubSource item: adding a new byte buffer as a source. That means basic reassembly is possible.
- Added support for Wireshark 1.10.*
- Fixed linux portability (hopefully for the last time).
- Fixed bug with tvbuffs.
- Removed need to tweak config.h when compiling for win64.
0.0.5
=====
- Implemented strings parameter for FieldItem objects - allows translation of the field's value into text.
- Added ColumnItem and packet.set_column_text - both setting a column's text.
- Fixed a bug in python import behaviour.
0.0.4
=====
- Added "hidden" protocols.
- Added 'id' and 'visited' fields to packet Objects.
- Added DissectorItem - an item that calls a dissector of another protocol.
- Added an optional length (number of bytes) argument to set_next_dissector.
- Added OffsetItem - an item that advances the offset.
- If you haven't noticed earlier, there's linux portability.