summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11sort register/handoff of resource dissectorsSebastian Reichel1-22/+22
2015-12-11fix filename in headersSebastian Reichel3-3/+3
2015-12-11Wireshark 2.0 API updateSebastian Reichel18-54/+34
- dissect_e212_mcc_mnc() now takes E212 number type as an argument. - proto_tree_add_text() has been removed
2015-06-02Update location/gps supportSebastian Reichel4-259/+756
The location/gps dissector now supports all packets normally exchanged for a gps session on Maemo 5.
2015-06-02NET_RSSI_IND: Show Percentage in info columnSebastian Reichel1-1/+5
2015-06-02Handle SMS_GSM_SUBMIT requestsSebastian Reichel1-15/+450
2015-05-29update for usage with wireshark 1.12Sebastian Reichel14-55/+50
2014-01-01update for new wireshark APISebastian Reichel18-20/+20
2012-07-04update for usage with wireshark 1.8Sebastian Reichel1-3/+3
2011-08-21remove trailing newlinesSebastian Reichel11-35/+0
2011-05-29fix warningsSebastian Reichel19-275/+285
* fix signess (guint32 -> gint32) * remove some unused variables * add <epan/expert.h> as needed * include handler.h in isi-packet.c
2011-05-29new handler.h as wrapper for packet-isi.cSebastian Reichel1-0/+17
2011-05-29fix header filesSebastian Reichel3-8/+8
2011-04-29remove some unneeded includes from packet-isi.cKlaus Kurzmann1-4/+0
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-29add a dissector for the pipe resourceKlaus Kurzmann3-0/+357
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28work on the call dissectorKlaus Kurzmann1-2/+281
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28work on the mtc dissectorKlaus Kurzmann1-8/+301
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28work on the phoneinfo dissectorKlaus Kurzmann1-124/+331
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-28add dissector for gpds resourceKlaus Kurzmann3-0/+978
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-17add isi-selftestKlaus Kurzmann3-0/+398
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-17add isi-commgrKlaus Kurzmann4-2/+130
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-09isi-network: use the subpacket helper and implement some subpacket dissectorsKlaus Kurzmann1-112/+408
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-09packet-isi: add dissect_isi_subpacket helperKlaus Kurzmann2-20/+47
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-network: implement all known commands with col_set_strKlaus Kurzmann1-9/+170
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-call: implement all known call commands with col_set_strKlaus Kurzmann1-0/+244
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-phoneinfo: implement all commands with at least the info columnKlaus Kurzmann1-1/+216
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-phoneinfo: fix string value of one command idKlaus Kurzmann3-1/+4
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-nameservice: correctly dissect all known messagesKlaus Kurzmann2-3/+84
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-simauth: handle common messagesKlaus Kurzmann1-0/+5
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-radiosettings: handle common messagesKlaus Kurzmann1-0/+5
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-sim: complete the tables of commands and service typesKlaus Kurzmann1-1/+8
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-network: complete the table of network commandsKlaus Kurzmann1-0/+39
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08isi-mtc: say in the info column if it's a request or a responseKlaus Kurzmann1-9/+9
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add and use a dissect_isi_common and use it for all resourcesKlaus Kurzmann12-83/+146
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08complete the command list for the network resourceKlaus Kurzmann1-0/+41
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the light resourceKlaus Kurzmann3-0/+151
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the call resourceKlaus Kurzmann3-0/+174
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the phone info resourceKlaus Kurzmann3-0/+142
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the radiosettings resourceKlaus Kurzmann3-0/+91
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the nameservice resourceKlaus Kurzmann3-0/+103
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the mtc resourceKlaus Kurzmann3-0/+252
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08complete the resources tableKlaus Kurzmann1-5/+226
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-01-16add SMS dissectorTyson Key3-0/+337
2011-01-16Update SSTyson Key1-58/+133
2011-01-16update SIMTyson Key1-26/+136
2011-01-16update GSSTyson Key1-15/+59
2011-01-05improve SIM network information dissectionTyson Key1-5/+30
2011-01-05add USB handlerTyson Key1-2/+28
2011-01-05add gss and ss codeTyson Key4-0/+408
2011-01-01update sim dissectorTyson Key1-7/+236