Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-11 | sort register/handoff of resource dissectors | Sebastian Reichel | 1 | -22/+22 | |
2015-12-11 | fix filename in headers | Sebastian Reichel | 3 | -3/+3 | |
2015-12-11 | Wireshark 2.0 API update | Sebastian Reichel | 18 | -54/+34 | |
- dissect_e212_mcc_mnc() now takes E212 number type as an argument. - proto_tree_add_text() has been removed | |||||
2015-06-02 | Update location/gps support | Sebastian Reichel | 4 | -259/+756 | |
The location/gps dissector now supports all packets normally exchanged for a gps session on Maemo 5. | |||||
2015-06-02 | NET_RSSI_IND: Show Percentage in info column | Sebastian Reichel | 1 | -1/+5 | |
2015-06-02 | Handle SMS_GSM_SUBMIT requests | Sebastian Reichel | 1 | -15/+450 | |
2015-05-29 | update for usage with wireshark 1.12 | Sebastian Reichel | 14 | -55/+50 | |
2014-01-01 | update for new wireshark API | Sebastian Reichel | 18 | -20/+20 | |
2012-07-04 | update for usage with wireshark 1.8 | Sebastian Reichel | 1 | -3/+3 | |
2011-08-21 | remove trailing newlines | Sebastian Reichel | 11 | -35/+0 | |
2011-05-29 | fix warnings | Sebastian Reichel | 19 | -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-29 | new handler.h as wrapper for packet-isi.c | Sebastian Reichel | 1 | -0/+17 | |
2011-05-29 | fix header files | Sebastian Reichel | 3 | -8/+8 | |
2011-04-29 | remove some unneeded includes from packet-isi.c | Klaus Kurzmann | 1 | -4/+0 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-29 | add a dissector for the pipe resource | Klaus Kurzmann | 3 | -0/+357 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-28 | work on the call dissector | Klaus Kurzmann | 1 | -2/+281 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-28 | work on the mtc dissector | Klaus Kurzmann | 1 | -8/+301 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-28 | work on the phoneinfo dissector | Klaus Kurzmann | 1 | -124/+331 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-28 | add dissector for gpds resource | Klaus Kurzmann | 3 | -0/+978 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-17 | add isi-selftest | Klaus Kurzmann | 3 | -0/+398 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-17 | add isi-commgr | Klaus Kurzmann | 4 | -2/+130 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-09 | isi-network: use the subpacket helper and implement some subpacket dissectors | Klaus Kurzmann | 1 | -112/+408 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-09 | packet-isi: add dissect_isi_subpacket helper | Klaus Kurzmann | 2 | -20/+47 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-network: implement all known commands with col_set_str | Klaus Kurzmann | 1 | -9/+170 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-call: implement all known call commands with col_set_str | Klaus Kurzmann | 1 | -0/+244 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-phoneinfo: implement all commands with at least the info column | Klaus Kurzmann | 1 | -1/+216 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-phoneinfo: fix string value of one command id | Klaus Kurzmann | 3 | -1/+4 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-nameservice: correctly dissect all known messages | Klaus Kurzmann | 2 | -3/+84 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-simauth: handle common messages | Klaus Kurzmann | 1 | -0/+5 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-radiosettings: handle common messages | Klaus Kurzmann | 1 | -0/+5 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-sim: complete the tables of commands and service types | Klaus Kurzmann | 1 | -1/+8 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-network: complete the table of network commands | Klaus Kurzmann | 1 | -0/+39 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | isi-mtc: say in the info column if it's a request or a response | Klaus Kurzmann | 1 | -9/+9 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add and use a dissect_isi_common and use it for all resources | Klaus Kurzmann | 12 | -83/+146 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | complete the command list for the network resource | Klaus Kurzmann | 1 | -0/+41 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the light resource | Klaus Kurzmann | 3 | -0/+151 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the call resource | Klaus Kurzmann | 3 | -0/+174 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the phone info resource | Klaus Kurzmann | 3 | -0/+142 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the radiosettings resource | Klaus Kurzmann | 3 | -0/+91 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the nameservice resource | Klaus Kurzmann | 3 | -0/+103 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the mtc resource | Klaus Kurzmann | 3 | -0/+252 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | complete the resources table | Klaus Kurzmann | 1 | -5/+226 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-01-16 | add SMS dissector | Tyson Key | 3 | -0/+337 | |
2011-01-16 | Update SS | Tyson Key | 1 | -58/+133 | |
2011-01-16 | update SIM | Tyson Key | 1 | -26/+136 | |
2011-01-16 | update GSS | Tyson Key | 1 | -15/+59 | |
2011-01-05 | improve SIM network information dissection | Tyson Key | 1 | -5/+30 | |
2011-01-05 | add USB handler | Tyson Key | 1 | -2/+28 | |
2011-01-05 | add gss and ss code | Tyson Key | 4 | -0/+408 | |
2011-01-01 | update sim dissector | Tyson Key | 1 | -7/+236 | |