Latest news
News archive
News archive
Tranalyzer2 Cobra version 0.9.3lmw2 is out!
Downloads
Source code | tranalyzer-0.9.3lmw2.tar.gz |
Docker | tranalyzer-0.9.3lmw2-ubuntu.tar.gz |
ChangeLog for 0.9.3lmw2
- tranalyzer2:
- sslDecode:
- Updated SSL blacklist
- voipDetector:
- Improved SIP detection resilience
- Extended output regarding SIP methods
- Renamed output columns (changed prefix from
voip
to{sip,sdp,rtp,rtcp}
- Various fixes and improvements
- tawk:
shark
:- Various fixes and improvements
- t2conf:
- Various fixes and improvements
- New plugin:
- covertChannels
Tranalyzer2 Cobra version 0.9.3lmw1 is out!
Downloads
Source code | tranalyzer-0.9.3lmw1.tar.gz |
Docker | tranalyzer-0.9.3lmw1-ubuntu.tar.gz |
ChangeLog for 0.9.3lmw1
- tranalyzer2:
- Fixed print format for nanoseconds in monitoring mode
- Added current date to final report
- Added number of L2 packets to monitoring and final reports
- basicStats:
- Renamed
numPkts{Rcvd,Snt,RTAggr}
topkts{Rcvd,Snt,RTAggr}
- Renamed
numBytes{Rcvd,Snt,RTAggr}
tol[2347]Bytes{Rcvd,Snt,RTAggr}
- Renamed
{min,max,ave,var,std}PktSize
to{min,max,ave,var,std}L[2347]PktSz
- Added
BS_SK
configuration flag and{skew,kur}L[2347]PktSz
and{skew,kur}IAT
columns - Added
BS_PAD
configuration flag andpadBytesSnt
column
- Renamed
- nDPI:
- Updated nDPI library to version 4.10
- pcapd:
- New
t2topcap
script: convert pcapng files to pcap
- New
- sslDecode:
- Updated SSL blacklist
- tcpFlags:
- Renamed
tcpAveWinSz
,tcpRTTAckTripAve
,tcpRTTAckTripJitAve
andtcpRTTAckJitAve
totcpAvgWinSz
,tcpRTTAckTripAvg
,tcpRTTAckTripJitAvg
andtcpRTTAckJitAvg
- Added
TCPFLGCNT
configuration flag andtcpCntFIN_SYN_RST_PSH_ACK_URG_ECE_CWR
column
- Renamed
- t2build:
- Added
--no-sink
option
- Added
- t2fm:
- Added
-N
option to generate report from NetFlow data - Added progress report and time taken to generate report
- Various fixes and improvements
- Added
- t2utils.[ch]:
- Added
T2_CONV_NUM_SFX
macro
- Added
- t2utils.sh:
- Added
printf{bold,err,inf,ok,wrn}
functions - Added
test_min_version
function
- Added
- t2_aliases:
- New
t2topcap
alias
- New
- tawk:
print{bold,err,inf,ok,wrn}
: added parameter to omit trailing newline- New functions:
hrtime
: convert timestamps (seconds) to human readable formprintbold
: print text in bold
Tranalyzer2 Cobra version 0.9.2lmw2 is out!
Downloads
Source code | tranalyzer-0.9.2lmw2.tar.gz |
Docker | tranalyzer-0.9.2lmw2-ubuntu.tar.gz |
ChangeLog for 0.9.2lmw2
- dnsDecode:
- Extended decoding of NBNS names (discard padding, add suffix, …)
- mongoSink:
- Fixed double escaping of quotes and double quotes
- voipDetector:
- Renamed
voipconv
tot2voipconv
t2voipconv
: added support for AMR, AMR-NB, AMR-WB, G.723.1, G.726, G.726le and GSM formats- Various fixes and improvements
- Renamed
- t2utils.[ch]:
- New functions:
t2_strncpy_escape()
,t2_strcpy_escape()
- New functions:
- tawk:
- Fixed header printing when accumulating something other than flows
- Added support for Termshark (
-k
option) shark
:- Added support for SDP
- Extended support for RTP and SIP
- New functions:
ientropy
: compute the information entropy of each column, filter out columns with low entropyisset
: return true if a value is set, i.e., not emptylog2
: compute the binary logarithm (log base 2) of a numberquote
: add leading and trailing quotes to a string, escape quotes within stringprintinf
,printok
,printwrn
: print text in blue, green or orange
- Improved documentation
- Various fixes and improvements
- t2fm:
- Added bottom N statistics
- Added
--top
/--bottom
options to only compute top or bottom stats - Do not count query names from responses when reporting top DNS queries
- Various fixes and improvements
- t2utils.sh:
- Added
validate_next_file_or_dir
function - Added
{BLUE_,GREEN_,ORANGE_,RED_,}{ITALIC,UNDERLINE}
andSTRIKETHROUGH
variables - Various fixes and improvements
- Added
- t2_aliases:
- New
t2voipconv
alias
- New
- New script:
- t2voipconv: convert and manipulate raw VoIP files extracted from voipDetector