summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11README: wireshark 2.x requiredHEADmasterSebastian Reichel1-1/+1
The wireshark 2.x support commit bumped the minimal wireshark requirement to 2.0
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-07-10Add READMESebastian Reichel1-0/+38
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-29Makefile now uses wireshark's pkg-config, so remove TODOSebastian Reichel1-1/+0
2015-05-29update for usage with wireshark 1.12Sebastian Reichel14-55/+50
2014-03-19wireshark provides a pkg-config file nowSebastian Reichel2-6/+4
2014-01-01new plugin positionSebastian Reichel1-1/+1
2014-01-01update for new wireshark APISebastian Reichel18-20/+20
2012-07-04update for usage with wireshark 1.8Sebastian Reichel2-4/+4
2011-08-21remove trailing newlinesSebastian Reichel11-35/+0
2011-08-21do not install plugin with +xSebastian Reichel1-1/+1
2011-08-21update default plugin directorySebastian Reichel1-1/+1
2011-08-21update TODOSebastian Reichel1-3/+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-29update MakefileSebastian Reichel1-21/+4
* build all c files from src/ into the shared object * add -Wall -Wno-unused to the cflags before building
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 Kurzmann4-0/+358
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 Kurzmann4-0/+979
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-17add isi-selftestKlaus Kurzmann4-0/+399
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-17add isi-commgrKlaus Kurzmann5-3/+132
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-08add .swp to gitignoreKlaus Kurzmann1-0/+1
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 Kurzmann4-1/+153
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the call resourceKlaus Kurzmann4-1/+176
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the phone info resourceKlaus Kurzmann4-1/+144
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the radiosettings resourceKlaus Kurzmann4-1/+93
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the nameservice resourceKlaus Kurzmann4-1/+105
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>