Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-11 | README: wireshark 2.x requiredHEADmaster | Sebastian Reichel | 1 | -1/+1 | |
The wireshark 2.x support commit bumped the minimal wireshark requirement to 2.0 | |||||
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-07-10 | Add README | Sebastian Reichel | 1 | -0/+38 | |
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 | Makefile now uses wireshark's pkg-config, so remove TODO | Sebastian Reichel | 1 | -1/+0 | |
2015-05-29 | update for usage with wireshark 1.12 | Sebastian Reichel | 14 | -55/+50 | |
2014-03-19 | wireshark provides a pkg-config file now | Sebastian Reichel | 2 | -6/+4 | |
2014-01-01 | new plugin position | Sebastian Reichel | 1 | -1/+1 | |
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 | 2 | -4/+4 | |
2011-08-21 | remove trailing newlines | Sebastian Reichel | 11 | -35/+0 | |
2011-08-21 | do not install plugin with +x | Sebastian Reichel | 1 | -1/+1 | |
2011-08-21 | update default plugin directory | Sebastian Reichel | 1 | -1/+1 | |
2011-08-21 | update TODO | Sebastian Reichel | 1 | -3/+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 | update Makefile | Sebastian Reichel | 1 | -21/+4 | |
* build all c files from src/ into the shared object * add -Wall -Wno-unused to the cflags before building | |||||
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 | 4 | -0/+358 | |
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 | 4 | -0/+979 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-17 | add isi-selftest | Klaus Kurzmann | 4 | -0/+399 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-17 | add isi-commgr | Klaus Kurzmann | 5 | -3/+132 | |
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 | add .swp to gitignore | Klaus Kurzmann | 1 | -0/+1 | |
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 | 4 | -1/+153 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the call resource | Klaus Kurzmann | 4 | -1/+176 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the phone info resource | Klaus Kurzmann | 4 | -1/+144 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the radiosettings resource | Klaus Kurzmann | 4 | -1/+93 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | |||||
2011-04-08 | add a dissector for the nameservice resource | Klaus Kurzmann | 4 | -1/+105 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> |