Make the Zebra dissector, and a routine it uses, static, as they're not
[obnox/wireshark/wip.git] / packet-lpd.c
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
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-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-20 gramLPD fixes from Matthijs Melchior <mmelchior@lucent...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-15 gramFix segfault reported by Gregor Glomm <gg@seh.de> Reall...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-05 gramFix LPD dissector problem for bug reported by
1999-10-17 deniel- add lpd protocol registration
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-25 guyUse END_OF_FRAME rather than "fd->cap_len - offset...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision