Commit Graph

67 Commits (master)

Author SHA1 Message Date
Sebastian Reichel b39eaca8c9 README: wireshark 2.x required
The wireshark 2.x support commit bumped the minimal wireshark
requirement to 2.0
2015-12-11 02:15:00 +01:00
Sebastian Reichel 27609aefbb sort register/handoff of resource dissectors 2015-12-11 02:12:26 +01:00
Sebastian Reichel 3698173bf6 fix filename in headers 2015-12-11 02:08:31 +01:00
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
2015-12-11 02:06:31 +01:00
Sebastian Reichel 78051fb3ea Add README 2015-07-10 07:12:31 +02:00
Sebastian Reichel c01e4ddfe8 Update location/gps support
The location/gps dissector now supports all packets normally exchanged
for a gps session on Maemo 5.
2015-06-02 06:24:04 +02:00
Sebastian Reichel bcc6be4eec NET_RSSI_IND: Show Percentage in info column 2015-06-02 05:58:26 +02:00
Sebastian Reichel 1e96728c93 Handle SMS_GSM_SUBMIT requests 2015-06-02 05:57:54 +02:00
Sebastian Reichel b13385cd83 Makefile now uses wireshark's pkg-config, so remove TODO 2015-05-29 18:31:28 +02:00
Sebastian Reichel 4af535f240 update for usage with wireshark 1.12 2015-05-29 18:30:26 +02:00
Sebastian Reichel 0d0f1085dc wireshark provides a pkg-config file now 2014-03-19 21:28:17 +01:00
Sebastian Reichel c801db6599 new plugin position 2014-01-01 18:56:55 +01:00
Sebastian Reichel 9acf18a0c2 update for new wireshark API 2014-01-01 18:56:25 +01:00
Sebastian Reichel 51e96ec112 update for usage with wireshark 1.8 2012-07-04 01:50:58 +02:00
Sebastian Reichel 5b28180878 remove trailing newlines 2011-08-21 11:47:04 +02:00
Sebastian Reichel 97848e1b9c do not install plugin with +x 2011-08-21 11:45:03 +02:00
Sebastian Reichel 3f5ae84722 update default plugin directory 2011-08-21 11:44:39 +02:00
Sebastian Reichel e4dc11cee8 update TODO 2011-08-21 11:32:58 +02:00
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
2011-05-29 16:17:57 +02:00
Sebastian Reichel 7abe742e44 update Makefile
* build all c files from src/ into the shared object
 * add -Wall -Wno-unused to the cflags before building
2011-05-29 16:12:51 +02:00
Sebastian Reichel 96055cbffb new handler.h as wrapper for packet-isi.c 2011-05-29 16:12:15 +02:00
Sebastian Reichel 6b5633c132 fix header files 2011-05-29 16:11:07 +02:00
Klaus Kurzmann d38655c237 remove some unneeded includes from packet-isi.c
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-29 11:48:10 +02:00
Klaus Kurzmann 346da3b301 add a dissector for the pipe resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-29 11:47:25 +02:00
Klaus Kurzmann 8cbfe7da64 work on the call dissector
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28 16:47:01 +02:00
Klaus Kurzmann 616e48da17 work on the mtc dissector
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28 16:46:36 +02:00
Klaus Kurzmann 70bf9d89dc work on the phoneinfo dissector
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28 16:45:55 +02:00
Klaus Kurzmann 77c01f388e add dissector for gpds resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28 16:45:12 +02:00
Klaus Kurzmann 8dc5548416 add isi-selftest
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-17 11:51:44 +02:00
Klaus Kurzmann d9ec02bb06 add isi-commgr
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-17 10:24:11 +02:00
Klaus Kurzmann de90d596c9 isi-network: use the subpacket helper and implement some subpacket dissectors
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-09 21:28:39 +02:00
Klaus Kurzmann 5ba0b26cb0 packet-isi: add dissect_isi_subpacket helper
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-09 21:28:03 +02:00
Klaus Kurzmann 7365dbdc17 isi-network: implement all known commands with col_set_str
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 22:54:07 +02:00
Klaus Kurzmann 802caf55a5 isi-call: implement all known call commands with col_set_str
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 22:32:32 +02:00
Klaus Kurzmann 85a2f8e385 isi-phoneinfo: implement all commands with at least the info column
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 21:49:45 +02:00
Klaus Kurzmann 00d189d7e6 isi-phoneinfo: fix string value of one command id
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 21:48:34 +02:00
Klaus Kurzmann 2793836073 isi-nameservice: correctly dissect all known messages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 17:25:46 +02:00
Klaus Kurzmann fecbfc8fc6 isi-simauth: handle common messages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 16:49:50 +02:00
Klaus Kurzmann 09674aa572 isi-radiosettings: handle common messages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 16:49:30 +02:00
Klaus Kurzmann 5f749a6c68 isi-sim: complete the tables of commands and service types
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 16:08:47 +02:00
Klaus Kurzmann 5d4e7f85d8 isi-network: complete the table of network commands
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 16:07:56 +02:00
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>
2011-04-08 16:07:27 +02:00
Klaus Kurzmann 67c0c32e91 add and use a dissect_isi_common and use it for all resources
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 16:06:47 +02:00
Klaus Kurzmann 572de75cb6 add .swp to gitignore
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 16:04:30 +02:00
Klaus Kurzmann 7ecea74f03 complete the command list for the network resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 12:09:17 +02:00
Klaus Kurzmann 519f120136 add a dissector for the light resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 12:08:14 +02:00
Klaus Kurzmann 343278b6f4 add a dissector for the call resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 12:07:35 +02:00
Klaus Kurzmann fef2166cca add a dissector for the phone info resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 12:06:48 +02:00
Klaus Kurzmann 2ed327a7a6 add a dissector for the radiosettings resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 12:06:04 +02:00
Klaus Kurzmann d66229b1b9 add a dissector for the nameservice resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08 12:04:59 +02:00