Sebastian Reichel
|
b39eaca8c9
|
README: wireshark 2.x required
The wireshark 2.x support commit bumped the minimal wireshark
requirement to 2.0
|
7 years ago |
Sebastian Reichel
|
27609aefbb
|
sort register/handoff of resource dissectors
|
7 years ago |
Sebastian Reichel
|
3698173bf6
|
fix filename in headers
|
7 years ago |
Sebastian Reichel
|
4d206bfed4
|
Wireshark 2.0 API update
- dissect_e212_mcc_mnc() now takes E212 number type as an argument.
- proto_tree_add_text() has been removed
|
7 years ago |
Sebastian Reichel
|
78051fb3ea
|
Add README
|
8 years ago |
Sebastian Reichel
|
c01e4ddfe8
|
Update location/gps support
The location/gps dissector now supports all packets normally exchanged
for a gps session on Maemo 5.
|
8 years ago |
Sebastian Reichel
|
bcc6be4eec
|
NET_RSSI_IND: Show Percentage in info column
|
8 years ago |
Sebastian Reichel
|
1e96728c93
|
Handle SMS_GSM_SUBMIT requests
|
8 years ago |
Sebastian Reichel
|
b13385cd83
|
Makefile now uses wireshark's pkg-config, so remove TODO
|
8 years ago |
Sebastian Reichel
|
4af535f240
|
update for usage with wireshark 1.12
|
8 years ago |
Sebastian Reichel
|
0d0f1085dc
|
wireshark provides a pkg-config file now
|
9 years ago |
Sebastian Reichel
|
c801db6599
|
new plugin position
|
9 years ago |
Sebastian Reichel
|
9acf18a0c2
|
update for new wireshark API
|
9 years ago |
Sebastian Reichel
|
51e96ec112
|
update for usage with wireshark 1.8
|
11 years ago |
Sebastian Reichel
|
5b28180878
|
remove trailing newlines
|
12 years ago |
Sebastian Reichel
|
97848e1b9c
|
do not install plugin with +x
|
12 years ago |
Sebastian Reichel
|
3f5ae84722
|
update default plugin directory
|
12 years ago |
Sebastian Reichel
|
e4dc11cee8
|
update TODO
|
12 years ago |
Sebastian Reichel
|
2231eebf88
|
fix warnings
* fix signess (guint32 -> gint32)
* remove some unused variables
* add <epan/expert.h> as needed
* include handler.h in isi-packet.c
|
12 years ago |
Sebastian Reichel
|
7abe742e44
|
update Makefile
* build all c files from src/ into the shared object
* add -Wall -Wno-unused to the cflags before building
|
12 years ago |
Sebastian Reichel
|
96055cbffb
|
new handler.h as wrapper for packet-isi.c
|
12 years ago |
Sebastian Reichel
|
6b5633c132
|
fix header files
|
12 years ago |
Klaus Kurzmann
|
d38655c237
|
remove some unneeded includes from packet-isi.c
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
346da3b301
|
add a dissector for the pipe resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
8cbfe7da64
|
work on the call dissector
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
616e48da17
|
work on the mtc dissector
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
70bf9d89dc
|
work on the phoneinfo dissector
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
77c01f388e
|
add dissector for gpds resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
8dc5548416
|
add isi-selftest
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
d9ec02bb06
|
add isi-commgr
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
de90d596c9
|
isi-network: use the subpacket helper and implement some subpacket dissectors
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
5ba0b26cb0
|
packet-isi: add dissect_isi_subpacket helper
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
7365dbdc17
|
isi-network: implement all known commands with col_set_str
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
802caf55a5
|
isi-call: implement all known call commands with col_set_str
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
85a2f8e385
|
isi-phoneinfo: implement all commands with at least the info column
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
00d189d7e6
|
isi-phoneinfo: fix string value of one command id
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
2793836073
|
isi-nameservice: correctly dissect all known messages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
fecbfc8fc6
|
isi-simauth: handle common messages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
09674aa572
|
isi-radiosettings: handle common messages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
5f749a6c68
|
isi-sim: complete the tables of commands and service types
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
5d4e7f85d8
|
isi-network: complete the table of network commands
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
bbd0e1985d
|
isi-mtc: say in the info column if it's a request or a response
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
67c0c32e91
|
add and use a dissect_isi_common and use it for all resources
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
572de75cb6
|
add .swp to gitignore
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
7ecea74f03
|
complete the command list for the network resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
519f120136
|
add a dissector for the light resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
343278b6f4
|
add a dissector for the call resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
fef2166cca
|
add a dissector for the phone info resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
2ed327a7a6
|
add a dissector for the radiosettings resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |
Klaus Kurzmann
|
d66229b1b9
|
add a dissector for the nameservice resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
12 years ago |