aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ftp.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-30Parse EPSV responses (229) & set up FTP-DATA conversation.Martin Mathieson1-12/+113
svn path=/trunk/; revision=22423
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. svn path=/trunk/; revision=21253
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-2/+2
svn path=/trunk/; revision=21233
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-08-17replace g_malloc() with ep_alloc() for ftp and sdpRonnie Sahlberg1-2/+2
sdp never free the allocated memory so it were leaking memory for every packet containng sdp. fix memleak for sdp svn path=/trunk/; revision=15381
2005-02-02From Jon Ringle:Anders Broman1-2/+2
1) Added a setup_frame parameter to conversation_t 2) Used the conversation_t next to maintain a list of conversations with the same src/dest tuple but different setup_frame number. 3) Changed the signature of find_conversation() and conversation_new() to pass in the frame number. 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image are present, and T.38 conversation if only m=image is present. I expect that RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 packets. svn path=/trunk/; revision=13243
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+644
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410