Maybe the problem is that the compilers used on AIX weren't defining
[obnox/wireshark/wip.git] / packet-pptp.c
2003-08-12 geraldChange the control message names, error codes, and...
2003-05-26 guyStrings in PPTP are null-padded, not null-terminated.
2003-04-30 geraldModify tvb_get_nstringz*() to behave more like snprintf...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-01 guyFrom Joerg Mayer: mark unused arguments as such (just...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-29 guyFix up some calls in which I didn't replace "NullTVB...
2000-12-29 guyTvbuffify the PPTP dissector.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-25 denielAdd protocol registration (pptp).
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-01-20 guyPut the RFC number for PPTP into the introductory comment.
2000-01-07 guyFix Gerald's e-mail address.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.