2.1.1 (2024-09-08)
2.1.0 (2023-11-06)
- wireshark profiles: allow to provide wireshark profiles via 'vsc-webshark.sharkdProfile' (7769c2a)
- wireshark profiles: allow to provide wireshark profiles via 'vsc-webshark.sharkdProfile' (622bbcc)
- wireshark profiles: allow to provide wireshark profiles via 'vsc-webshark.sharkdProfile' (392e5ae)
2.0.4 (2023-03-05)
- use status warning for yellow/deprecated (31a2ca7)
2.0.3 (2023-03-05)
- extract multiple dlt frames per udp packet (23cd394)
2.0.2 (2023-03-04)
2.0.1 (2023-03-04)
- add warning message for unepected stderr (7f79048)
2.0.0 (2023-03-04)
- support wireshark v3.5 and newer
- support wireshark v3.5 and newer (87546f9)
1.7.1 (2022-09-09)
- tecmp: support 0x99fe (orig) ethertype as well (69abcc2)
1.7.0 (2022-01-07)
- remove_tecmp: adjust to newer dissector (c94fcbc)
1.6.0 (2021-05-22)
- add icons to treeview for files and events folder (49c12b4)
- configurable columns (011a9d4), closes #6
1.5.1 (2021-05-13)
- opt out for virtual workspaces (5efbe46)
1.5.0 (2021-05-13)
1.4.0 (2021-05-13)
1.3.1 (2021-05-09)
- use 0 instead of undefined on close (284fa72)
1.3.0 (2021-05-01)
- dlt export: add TECMP UART/RS232_RAW (d10fb38)
1.2.0 (2021-02-20)
1.1.2 (2021-02-14)
- win escape shell chars (a025150)
1.1.1 (2021-01-13)
- extractdlt: use sync file ops (e1294fb)
1.1.0 (2021-01-12)
- removetecmp: first poc of remove TECMP enscapsulation (f3b05c1)
1.0.2 (2021-01-04)
- webview: keep FIFO order for queued msgs (196c3a4)
1.0.1 (2020-12-28)
- logging: typo in log message (9967207)
- promoted version to 1.0.0 to prepare for automatic semantic-release versioning. No functional changes.
- updated dependencies after github security advisory
- fixed extension version log
- changed mac/ip filterstep default to ignore icmp packets.
- Updated package dependencies to newer versions.
- Add support to open cap/pcap/pcapng files directly. Requires vscode >=1.46.
- Add support for multiple input files for "filter pcap..." and "Extract DLT from pcap file..."
- Added "Extract DLT from pcap file..." feature.
- Clear prev. filter pcap quick pick results
- Added "filter pcap ..." function.
- Delayed checkActiveExtensions a bit.
- Add "adjustTime" (via context menu on a selected frame) implementation including a "sync to last received time event".
- Fixed tree view selection not working if no filter was set.
- Fixed number of events found messages being wrong.
- added sorting events by timestamp and indenting by level.
- selecting an event reveals an event close to it by time.
- added configuration setting conversionFunction that allows to specify a function for timeSync value conversion. This was needed as the displayFilter that sharkd supports for columns don't offer e.g. slicing [...]. So it's useful to convert for e.g. needed hexdump conversion (0x0000 vs 00 00 vs 0x00 0x00...).
- removed automatic toLower on timeSync value. If you want it back use "return values.join(' ').toLower();" as conversion function.
- added event label parsing. Still missing sorting by timestamp and indenting by level.
- timeSync values will be in lower case (as defined) and if multiple values are provided they will be concated with ' '.
- yet another win32 fix. first working win32 version.
- win32 related fixes (\r\n parsing, removed /tmp as cwd,...)
- 'Hello in child' might be fragmented.
- added info about missing sharkd binary on windows installations. Investigating...
- First bits+pieces for events explorer. Not finished yet.
- time sync part 3: timeSync events. broadcasted and on reception adjust time (not reflected in view but for reveal)
- event definition is prepared for events explorer tree view (label, level)
- time sync part 2: react to broadcasted time events by revealing the frame close to that time.
- time sync part 1: double click broadcasts the (utc) time from the selected frame.
- filter are persisted on vscode restart
- Close sharkd child process on closing the document
- document retains content when put in the background
- automatic reopening of document on vscode restart
- Initial release ("proof of concept" alike)