aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtls.c
AgeCommit message (Collapse)AuthorFilesLines
2001-07-20Don't base the WSP dissector's idea of whether it's running inGuy Harris1-3/+3
connectionless or connection-oriented mode on the server port; that won't work with redirects. Instead, base it on the protocol atop which WSP is running - atop UDP, or directly atop WTLS, it's connectionless; atop WTP, it's connection-oriented. svn path=/trunk/; revision=3750
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris1-3/+1
the port - instead, base it on whether the dissector was called directly from UDP or called from another WAP dissector. That way, if you explicitly say "decode this as WTP" because there was a redirection (or if, in the future, the WSP dissector handles redirections for you, although that won't handle the case of a capture where the redirection wasn't captured), the column doesn't say "UDP", it says the right thing. Don't register the WTLS dissector by name - nobody calls it through a handle. Register the WTP dissector by name, as the WTLS dissector tries to get a handle for it - although it doesn't actually call it, or the WSP dissector, through a handle. svn path=/trunk/; revision=3647
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-68/+68
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-05-02Updates from Alexandre P. Ferreira.Guy Harris1-154/+238
svn path=/trunk/; revision=3396
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-3/+3
otherwise, the filtering GUI gets very upset when you try to construct a filter expression to test the value of that field. Make them BASE_DEC. svn path=/trunk/; revision=3334
2001-04-18Fix from Patrick Wolfe.Guy Harris1-30/+36
svn path=/trunk/; revision=3327
2001-04-17WTLS client and trusted key ID handling enhancements, from Patrick Wolfe.Guy Harris1-1/+216
svn path=/trunk/; revision=3319
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris1-2/+2
of Tru64 UNIX) that define TRUE and FALSE. Fixes to some Tru64 compiler warnings. svn path=/trunk/; revision=3120
2001-02-19Updates from Alexandre P. Ferreira.Guy Harris1-10/+12
svn path=/trunk/; revision=3048
2001-02-15Updates from Alexandre P. Ferreira.Guy Harris1-29/+34
svn path=/trunk/; revision=3041
2001-02-13Updates from Neil Hunter.Guy Harris1-0/+1337
svn path=/trunk/; revision=3026