From Chris Waters: export "find_dissector_table()" and add
[metze/wireshark/wip.git] / packet-icq.c
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-03 Guy HarrisWe don't use anything from <arpa/inet.h>, so we don...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisFrom Joerg Mayer:
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-05-02 Guy HarrisPut the protocol version into the ICQ v2/v3/v4 tree.
2002-05-02 Guy HarrisFrom Joerg Mayer: get rid of some unused arguments.
2002-04-08 Gilbert RamirezMore static-ization. In util.c, I commented out the...
2002-02-25 Guy HarrisGet rid of a bunch of initializations of variables...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
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-07-03 Guy HarrisUse "val_to_str()" to translate numerical values to...
2001-06-18 Guy HarrisFix up the buffer size calculation - the starting offse...
2001-06-18 Guy HarrisThe ICQ decryption code works on 4 bytes at a time...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 Guy HarrisWe can't use a single static buffer for decrypted ICQ...
2001-04-27 Guy HarrisMake the "pktsize" argument to "dissect_icqv5Server...
2001-04-27 Guy HarrisMore signed-vs-unsigned changes from Joerg Mayer.
2001-03-27 Guy HarrisAdded the created tvbuff into the original tvbuff chain...
2001-03-25 Guy HarrisTvbuffify the ICQ dissector.
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-11-21 Gilbert RamirezFix infinite loop in reallocation of memory for decrypt...
2000-11-19 Gerald CombsDynamically resize decr_pd in dissect_icqv5Client(...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-06 Guy HarrisDon't use "fd->pkt_len" when checking to see if you...
2000-08-05 Guy HarrisMore changes from Peter Kjellerstedt.
2000-08-04 Guy HarrisICQ improvements from Peter Kjellerstedt.
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-14 Gilbert RamirezConvert two instances of proto_tree_add_uint_format...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 Guy HarrisFix some "proto_tree_add_text()" calls.
2000-01-24 Guy HarrisFix a bunch of dissectors to use "pi.captured_len"...
1999-12-05 Guy HarrisUpdates from Kojak.
1999-12-01 Guy HarrisFix the "proto_tree_add_item_format()" call for CMD_STA...
1999-11-18 Guy HarrisClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-06 Guy HarrisUpdates to the ICQ decoder, from Kojak.
1999-11-03 Guy HarrisInclude <time.h>, so as to declare "ctime()" on systems...
1999-10-25 Guy HarrisEnsure that "password" is '\0'-terminated.
1999-10-25 Guy HarrisUpdate from Kojak to dissect ICQ login packets and...
1999-10-24 Guy HarrisKojak's ICQ dissector.