aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tftp.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-8/+8
2001-06-10Rename the arguments and flags for the conversation routines, so as notGuy Harris1-9/+13
2001-02-09Add "TFTP_" before the packet type names, to avoid compiler warnings onGuy Harris1-20/+20
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-25Add a new "tvb_strsize()" routine, which finds the size of aGuy Harris1-39/+11
2000-12-24Add a "tftp_strnlen()" routine thatGuy Harris1-22/+52
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris1-2/+2
2000-11-10Don't use "pi" in the TFTP dissector, now that it's a new-styleGuy Harris1-5/+5
2000-11-10Tvbuffify the TFTP dissector, and make heavier use of registered fieldsGuy Harris1-98/+128
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theGuy Harris1-3/+37
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-4/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-24/+24
2000-02-09Dietmar Petras provided:Gilbert Ramirez1-4/+1
2000-01-27TFTP Option Extension (RFC 2347) support, from Craig Newell.Guy Harris1-5/+43
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-11-14Add display filters.Laurent Deniel1-8/+22
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+16
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-20/+19
1999-05-13Get rid of the include of <arpa/tftp.h>; put the #defines for packetGuy Harris1-9/+12
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-28/+24
1999-02-15Added Richard Sharpe's TFTP support.Guy Harris1-0/+146