Instead of saying the "manuf" file is in "/usr/local/etc/manuf", say
[obnox/wireshark/wip.git] / packet-icq.c
2001-07-03 guyUse "val_to_str()" to translate numerical values to...
2001-06-18 guyFix up the buffer size calculation - the starting offse...
2001-06-18 guyThe ICQ decryption code works on 4 bytes at a time...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 guyWe can't use a single static buffer for decrypted ICQ...
2001-04-27 guyMake the "pktsize" argument to "dissect_icqv5Server...
2001-04-27 guyMore signed-vs-unsigned changes from Joerg Mayer.
2001-03-27 guyAdded the created tvbuff into the original tvbuff chain...
2001-03-25 guyTvbuffify the ICQ dissector.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-21 gramFix infinite loop in reallocation of memory for decrypt...
2000-11-19 geraldDynamically resize decr_pd in dissect_icqv5Client(...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-06 guyDon't use "fd->pkt_len" when checking to see if you...
2000-08-05 guyMore changes from Peter Kjellerstedt.
2000-08-04 guyICQ improvements from Peter Kjellerstedt.
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-03-14 gramConvert two instances of proto_tree_add_uint_format...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-01-24 guyFix a bunch of dissectors to use "pi.captured_len"...
1999-12-05 guyUpdates from Kojak.
1999-12-01 guyFix the "proto_tree_add_item_format()" call for CMD_STA...
1999-11-18 guyClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-06 guyUpdates to the ICQ decoder, from Kojak.
1999-11-03 guyInclude <time.h>, so as to declare "ctime()" on systems...
1999-10-25 guyEnsure that "password" is '\0'-terminated.
1999-10-25 guyUpdate from Kojak to dissect ICQ login packets and...
1999-10-24 guyKojak's ICQ dissector.