Commit Graph

10 Commits (master)

Author SHA1 Message Date
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 4af535f240 update for usage with wireshark 1.12 2015-05-29 18:30:26 +02:00
Sebastian Reichel 9acf18a0c2 update for new wireshark API 2014-01-01 18:56:25 +01:00
Sebastian Reichel 5b28180878 remove trailing newlines 2011-08-21 11:47:04 +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
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 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 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 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