Properly escape the '#' character in the HAVE_GNU_ADNS definition.
[metze/wireshark/wip.git] / packet-quake.c
2003-06-12 Guy HarrisAdd new routines:
2003-05-19 Gerald CombsMore tvb_get_nstringz0() fixes. Timo Sirainen pointed...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-04-02 Uwe Girlichcode cleanup, removed unused parameters, inserted some _U_
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-26 Ed WarnickeSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-25 Ed WarnickeSwitched from calling dissect_data to using call_dissector
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-07-03 Guy HarrisUse the "pinfo" argument, rather than the global "pi...
2001-06-21 Uwe Girlichsigned/unsigned warning corrected
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-15 Guy HarrisConversation dissectors are called through a mechanism...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-02 Guy HarrisSome tvbuffified dissectors weren't setting "pinfo...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-10-21 Guy HarrisSupport for conversations with "wildcard" destination...
2000-08-30 Gilbert RamirezAdd FT_STRINGZ type. NCP dissector is only one that...
2000-08-21 Guy HarrisChange from Andreas Sikkema to change the "old" and...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-31 Uwe GirlichDissector now knows the actual game data communication...
2000-07-27 Uwe GirlichA Quake dissector. It can only dissect Quake 1 packets...