summaryrefslogtreecommitdiffstats
path: root/src/isi-nameservice.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-29fix warningsSebastian Reichel1-10/+11
* fix signess (guint32 -> gint32) * remove some unused variables * add <epan/expert.h> as needed * include handler.h in isi-packet.c
2011-04-08isi-nameservice: correctly dissect all known messagesKlaus Kurzmann1-2/+81
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add and use a dissect_isi_common and use it for all resourcesKlaus Kurzmann1-0/+4
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-08add a dissector for the nameservice resourceKlaus Kurzmann1-0/+92
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>