aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wap.h
AgeCommit message (Collapse)AuthorFilesLines
2001-12-03As you set a conversation dissector by supplying a dissector handleGuy Harris1-10/+2
rather than a function pointer, "dissect_wtp_fromudp()" no longer needs to be global; make it static, register it by name, and have the WSP dissector get the handle by calling "find_dissector()" rather than by constructing its own handle for it. Fix up some attributions. svn path=/trunk/; revision=4306
2001-10-19From Tom Uijldert: fix the port number for Push-traffic dissecting forGuy Harris1-2/+2
WSP/WTLS. svn path=/trunk/; revision=4044
2001-09-28Push-traffic dissecting for WSP/WTLS, from Tom Uijldert.Guy Harris1-2/+7
svn path=/trunk/; revision=3968
2001-07-20Dissect WSP redirects, and set up a conversation and conversationGuy Harris1-1/+9
dissector so that the redirected traffic is dissected as WAP traffic. svn path=/trunk/; revision=3743
2001-02-13Updates from Neil Hunter.Guy Harris1-5/+51
svn path=/trunk/; revision=3026
2000-11-04WAP support, from Neil Hunter.Guy Harris1-0/+49
svn path=/trunk/; revision=2558