+ set -e
+ export MATLABPATH=../src
+ MATLABPATH=../src
+ test -e ../src/matshark.mexa64
+ matlab -nodisplay -nojvm -r 'b = matshark('\''capture1.pcap'\'', { '\''frame.number'\'', '\''ip.version'\'', '\''tcp.seq'\'', '\''udp.dstport'\'', '\''frame.len'\'' }, '\''ip.version eq 4'\''); display(b(3)); pause(1e-6); exit'
[?1h=
< M A T L A B (R) >
Copyright 1984-2010 The MathWorks, Inc.
Version 7.10.0.499 (R2010a) 64-bit (glnxa64)
February 5, 2010
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> frame_number: 6
ip_version: 4
tcp_seq: []
udp_dstport: 60000
frame_len: 60
[?1l>+ matlab -nodisplay -nojvm -r 'b = matshark('\''capture1.pcap'\'', { '\''frame.number'\'', '\''ip.version'\'', '\''tcp.seq'\'', '\''udp.dstport'\'', '\''frame.len'\'' }, '\''ip.version eq 4'\'', '\''udp.port==60000,aodv'\''); display(b(3)); pause(1e-6); exit'
[?1h=
< M A T L A B (R) >
Copyright 1984-2010 The MathWorks, Inc.
Version 7.10.0.499 (R2010a) 64-bit (glnxa64)
February 5, 2010
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> frame_number: 6
ip_version: 4
tcp_seq: []
udp_dstport: 60000
frame_len: 60
[?1l>+ matlab -nodisplay -nojvm -r 'c = matshark('\''capture1.pcap'\'', { '\''frame.number'\'', '\''frame.time'\'', '\''frame.time_relative'\'', '\''frame.len'\'', '\''frame.protocols'\'' }, '\'''\'' ); display(c(9)); pause(1e-6); exit'
[?1h=
< M A T L A B (R) >
Copyright 1984-2010 The MathWorks, Inc.
Version 7.10.0.499 (R2010a) 64-bit (glnxa64)
February 5, 2010
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> frame_number: 9
frame_time: 1.0664e+09
frame_time_relative: 0.0228
frame_len: 60
frame_protocols: 'eth:ip:udp:data'
[?1l>+ matlab -nodisplay -nojvm -r 'c = matshark('\''capture1.pcap'\'', { '\''frame.number'\'', '\''frame.time'\'', '\''frame.time_delta'\'', '\''frame.time_delta_displayed'\'', '\''frame.time_relative'\'', '\''frame.len'\'', '\''frame.cap_len'\'', '\''frame.marked'\'', '\''frame.protocols'\'' }, '\''ip.version eq 4'\''); display(c(3)); pause(1e-6); exit'
[?1h=
< M A T L A B (R) >
Copyright 1984-2010 The MathWorks, Inc.
Version 7.10.0.499 (R2010a) 64-bit (glnxa64)
February 5, 2010
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> frame_number: 6
frame_time: 1.0664e+09
frame_time_delta: 0.0013
frame_time_delta_displayed: 0.0108
frame_time_relative: 0.0126
frame_len: 60
frame_cap_len: 60
frame_marked: 0
frame_protocols: 'eth:ip:udp:data'
[?1l>+ matlab -nodisplay -nojvm -r 'c = matshark('\''capture1.pcap'\'', { '\''frame.number'\'', '\''eth.lg'\'', '\''eth.ig'\'', '\''eth.trailer'\'', '\''ip.version'\'', '\''ip.dsfield.dscp'\'', '\''ip.dsfield.ect'\'', '\''ip.dsfield.ce'\'', '\''ip.len'\'', '\''ip.id'\'', '\''ip.flags.rb'\'', '\''ip.flags.df'\'', '\''ip.flags.mf'\'', '\''ip.frag_offset'\'', '\''ip.ttl'\'', '\''ip.proto'\'', '\''ip.checksum'\'', '\''ip.checksum_good'\'', '\''ip.checksum_bad'\'', '\''data.data'\'', '\''ip.hdr_len'\'' }, '\''ip'\'' ); display(c(7)); pause(1e-6); exit'
[?1h=
< M A T L A B (R) >
Copyright 1984-2010 The MathWorks, Inc.
Version 7.10.0.499 (R2010a) 64-bit (glnxa64)
February 5, 2010
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> frame_number: 17
eth_lg: 0
eth_ig: 0
eth_trailer: []
ip_version: 4
ip_dsfield_dscp: 0
ip_dsfield_ect: 0
ip_dsfield_ce: 0
ip_len: 881
ip_id: 19257
ip_flags_rb: 0
ip_flags_df: 0
ip_flags_mf: 0
ip_frag_offset: 0
ip_ttl: 1
ip_proto: 17
ip_checksum: 32979
ip_checksum_good: 1
ip_checksum_bad: 0
data_data: '02:22:01:0c:d5:05:00:00:04:1a:c2:c2:e3:db:45:40:fd:66:f7:3c:5c:11:52:c0:4e:ed'
ip_hdr_len: 20
[?1l>
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
config.zip (81个子文件)
sharktools-master
acinclude.m4 192B
tests
capture1.pcap 7KB
test_matshark.sh 1KB
test_pyshark_output.txt 3KB
test_pyshark.sh 2KB
pysharktest.py 15KB
test_matshark_output.txt 6KB
aclocal.m4 44KB
README.MacOSX 4KB
config.guess 43KB
Makefile.am 151B
config.sub 32KB
src
sharktools_epan.c 2KB
sharktools_epan.h 1KB
sharktools_frame_data.c 5KB
sharktools_test.c 10KB
python.m4 3KB
sharktools_core.h 5KB
Makefile.am 2KB
sharktools_cfile.c 1KB
sharktools_cfile.h 1011B
pyshark.c 26KB
sharktools_add_decode_as.c 23KB
pyshark.h 1KB
sharktools_add_decode_as.h 2KB
Makefile.in 10KB
matshark.c 14KB
sharktools_frame_data.h 2KB
sharktools_core.c 42KB
README 18KB
Makefile.in 18KB
INSTALL 62B
missing 11KB
install-sh 9KB
AUTHORS 218B
configure 214KB
.gitignore 22B
NEWS 58B
ChangeLog 988B
COPYING 19KB
configure.ac 20KB
acinclude.m4 192B
tests
capture1.pcap 7KB
test_matshark.sh 1KB
test_pyshark_output.txt 3KB
test_pyshark.sh 2KB
pysharktest.py 15KB
test_matshark_output.txt 6KB
aclocal.m4 44KB
README.MacOSX 4KB
config.guess 43KB
Makefile.am 151B
config.sub 32KB
src
sharktools_epan.c 2KB
sharktools_epan.h 1KB
sharktools_frame_data.c 5KB
sharktools_test.c 10KB
python.m4 3KB
sharktools_core.h 5KB
Makefile.am 2KB
sharktools_cfile.c 1KB
sharktools_cfile.h 1011B
pyshark.c 26KB
sharktools_add_decode_as.c 23KB
pyshark.h 1KB
sharktools_add_decode_as.h 2KB
Makefile.in 10KB
matshark.c 14KB
sharktools_frame_data.h 2KB
sharktools_core.c 42KB
Makefile.in 18KB
INSTALL 62B
missing 11KB
install-sh 9KB
AUTHORS 218B
configure 214KB
.gitignore 22B
NEWS 58B
ChangeLog 988B
COPYING 19KB
configure.ac 20KB
共 81 条
- 1
资源评论
zxbyzx
- 粉丝: 7
- 资源: 490
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功