Skip to content

Commit

Permalink
Bug fix - the client and server packet counts were not being updated
Browse files Browse the repository at this point in the history
These are shown in the stream reassembly view. The bug caused their
values to always be set to 0.
  • Loading branch information
gcla committed Sep 9, 2021
1 parent 0399719 commit 15ef1fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [Unreleased]

### Changed

- Fixed a bug that caused the "client pkts" and "server pkts" counts in the stream reassembly view not to be
updated.

## [2.3.0] - 2021-09-04
### Added

Expand Down
2 changes: 1 addition & 1 deletion widgets/streamwidget/streamwidget.go
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ func (w *Widget) AddChunkEntire(ch streams.IChunk, app gowid.IApp) {
w.updateChunkModel(i, w.displayAs, app)
}

w.doMenuUpdate = true
w.updateConvMenuWidget(app)

w.data.currentChunk++
}
Expand Down

0 comments on commit 15ef1fb

Please sign in to comment.