Fix some aclocal warnings during autogen.sh
[obnox/wireshark/wip.git] / packet-quake.c
2003-06-12 guyAdd new routines:
2003-05-19 geraldMore tvb_get_nstringz0() fixes. Timo Sirainen pointed...
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-04-02 girlichcode cleanup, removed unused parameters, inserted some _U_
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
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-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-25 hagbardSwitched from calling dissect_data to using call_dissector
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-07-03 guyUse the "pinfo" argument, rather than the global "pi...
2001-06-21 girlichsigned/unsigned warning corrected
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-15 guyConversation dissectors are called through a mechanism...
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-02 guySome tvbuffified dissectors weren't setting "pinfo...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-08-30 gramAdd FT_STRINGZ type. NCP dissector is only one that...
2000-08-21 guyChange from Andreas Sikkema to change the "old" and...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-31 girlichDissector now knows the actual game data communication...
2000-07-27 girlichA Quake dissector. It can only dissect Quake 1 packets...