aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-20Widen some variables so the code in question can handle large files if,Guy Harris1-4/+4
2005-08-20Export AFP's CommandCode_vals for use by the AFP taps.Guy Harris1-0/+1
2005-08-20sprintf eliminationRonnie Sahlberg1-3/+6
2005-08-20sprintf removalsRonnie Sahlberg1-4/+7
2005-08-20remove some more sprintfRonnie Sahlberg2-8/+11
2005-08-20removal of even more sprintfRonnie Sahlberg10-94/+100
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris6-9/+584
2005-08-20Use get_timedelta() to get the difference between two times.Guy Harris2-16/+10
2005-08-20Get rid of f_len field in capture_file structure - we can just keepGuy Harris3-54/+41
2005-08-20Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsJörg Mayer2-2/+2
2005-08-20Trivial warning fixesJörg Mayer1-3/+3
2005-08-20remove sprintf from mtp3Ronnie Sahlberg4-23/+28
2005-08-20remove sprintf from pgm and x11Ronnie Sahlberg2-55/+43
2005-08-20remove sprintf from v120 and wccpRonnie Sahlberg2-8/+11
2005-08-20remove sprintf from rpcRonnie Sahlberg1-27/+24
2005-08-20fix buffer handling and remove sprintfRonnie Sahlberg1-115/+131
2005-08-19more sprintf removals,Ronnie Sahlberg2-54/+75
2005-08-19remove a gmalloc and al sprintf from spnegoRonnie Sahlberg1-9/+5
2005-08-19no more g_malloc or sprintf in snmpRonnie Sahlberg1-13/+10
2005-08-19more gmalloc sprintf removalsRonnie Sahlberg1-17/+7
2005-08-19remove two gmalloc and some sprintfRonnie Sahlberg1-14/+6
2005-08-19from Jeff SnyderRonnie Sahlberg3-50/+28
2005-08-19fix #357: increment ring buffer "file names" (again?)Ulf Lamping1-5/+5
2005-08-19as the WinPcap installation is now longer really needed (it has become part o...Ulf Lamping1-40/+111
2005-08-19We've changed the Wiretap ABI (removed one routine), so bump the libraryGuy Harris1-3/+3
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris13-100/+103
2005-08-19add information about unsupported/fresh windows versionsUlf Lamping1-1/+20
2005-08-19Restore pinfo->private_data after calling another dissector, in case it getsGerald Combs1-0/+2
2005-08-19Add packet-alcap.h to the Makefiles.Luis Ontanon1-0/+1
2005-08-19some ememificationLuis Ontanon2-36/+31
2005-08-19add the $Id:$Luis Ontanon2-0/+4
2005-08-19some ememificationLuis Ontanon3-33/+23
2005-08-19Keep information about the call-leg so that all the messages of a leg can be ...Luis Ontanon2-24/+256
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris73-70/+75
2005-08-19From Matthias Drochner:Ronnie Sahlberg2-7/+2
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris89-352/+481
2005-08-19From Markus SeehoferRonnie Sahlberg2-1/+23
2005-08-19From Michael Lum:Ronnie Sahlberg4-15/+13
2005-08-19From Michael Lum:Ronnie Sahlberg1-123/+229
2005-08-19From Michael LumRonnie Sahlberg1-12/+31
2005-08-19from Michael LumRonnie Sahlberg1-2/+16
2005-08-19remove gmalloc from ethericRonnie Sahlberg1-6/+4
2005-08-19remove g_malloc() from packet-smb-commonRonnie Sahlberg3-5/+5
2005-08-19remove g_malloc()Ronnie Sahlberg1-2/+1
2005-08-19file.c(3079) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-1/+1
2005-08-19Include <string.h> to declare "strrchr()".Guy Harris1-16/+18
2005-08-19Set "hoffset" before using it.Guy Harris1-1/+1
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris5-13/+17
2005-08-18From Tim Endean:Anders Broman5-256/+363
2005-08-18fix #305: don't get file creation date/time of the file but just use the file...Ulf Lamping1-2/+34