Skip to content

Commit

Permalink
release: tag v0.4.10
Browse files Browse the repository at this point in the history
Signed-off-by: CFC4N <[email protected]>
  • Loading branch information
cfc4n committed Dec 11, 2022
1 parent b60c2cf commit 3a46b62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<hr>

# v0.4.10 (2022-12-11)

## What's Changed


**Full Changelog**: https://github.com/ehids/ecapture/compare/v0.4.9...v0.4.10

<hr>

# v0.4.9 (2022-11-19)

## What's Changed
Expand Down
3 changes: 3 additions & 0 deletions builder/gen_android_nocore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ TAR_DIR=ecapture-android-${UNAME_M}_nocore-${SNAPSHOT_VERSION}
# bash build/gen_android_nocore.sh 1.0.0
# ecapture-v0.4.8-android-x86_64.tar.gz
OUT_ARCHIVE=${OUTPUT_DIR}/ecapture-${SNAPSHOT_VERSION}-android-${UNAME_M}-nocore.tar.gz

# add gobin into $PATH
export PATH=/usr/local/go/bin:$PATH
mkdir -p ${TAR_DIR}
cp LICENSE ${TAR_DIR}/LICENSE
cp CHANGELOG.md ${TAR_DIR}/CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions user/module/probe_openssl_tc.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (this *MOpenSSLProbe) setupManagersTC() error {

this.logger.Printf("%s\tHOOK type:%d, binrayPath:%s\n", this.Name(), this.conf.(*config.OpensslConfig).ElfType, binaryPath)
this.logger.Printf("%s\tIfname:%s, Ifindex:%d, Port:%d, Pcapng filepath:%s\n", this.Name(), this.ifName, this.ifIdex, this.conf.(*config.OpensslConfig).Port, this.pcapngFilename)
this.logger.Printf("%s\tlHook masterKey function:%s\n", this.Name(), this.masterHookFunc)
this.logger.Printf("%s\tHook masterKey function:%s\n", this.Name(), this.masterHookFunc)

// create pcapng writer
netIfs, err := net.Interfaces()
Expand Down Expand Up @@ -203,7 +203,7 @@ func (this *MOpenSSLProbe) initDecodeFunTC() error {
} else {
masterkeyEvent = &event.MasterSecretEvent{}
}

//masterkeyEvent.SetModule(this)
this.eventFuncMaps[MasterkeyEventsMap] = masterkeyEvent
return nil
Expand Down

0 comments on commit 3a46b62

Please sign in to comment.