aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-21remove sprintf from gsm_aRonnie Sahlberg5-219/+229
2005-08-21remove gmalloc and sprintfRonnie Sahlberg1-11/+5
2005-08-21remove sprintfRonnie Sahlberg1-274/+285
2005-08-20The routines registered with "register_stat_cmd_arg()" *are* called ifGuy Harris5-83/+123
2005-08-20We already have a tap that registers as a command-line stat under theGuy Harris1-10/+0
2005-08-20capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-4/+4
2005-08-20remove sprintfRonnie Sahlberg1-20/+18
2005-08-20radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-2/+2
2005-08-20removal of sprintfRonnie Sahlberg1-14/+25
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris73-82/+81
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inGuy Harris2-3/+5
2005-08-20Explain in more detail what this file is for.Guy Harris1-1/+3
2005-08-20There's no longer a need to individually remove items fromGuy Harris3-16/+2
2005-08-20Flag the "add_string" parameter as unused if it is - and don't flag itGuy Harris1-19/+19
2005-08-20"ascend-grammar.h" is generated by Bison with a copy of the definitionGuy Harris1-2/+0
2005-08-20And if we add a file, add it to Makefile.am as well Jörg Mayer1-0/+1
2005-08-20If we delete a file, don't forget to remove it from Makefile.commonJörg Mayer1-1/+0
2005-08-20- Include the .h files in their .c files.Jörg Mayer12-35/+19
2005-08-20removed MSVC warnings:Ulf Lamping3-10/+10
2005-08-20Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available fro...Ulf Lamping1-1/+1
2005-08-20One file missed in last checkinJörg Mayer1-1/+2
2005-08-20- Declare some functions staticJörg Mayer35-1424/+1457
2005-08-20Add some comments on the originating files of the declarationsJörg Mayer1-3/+10
2005-08-20more sprintf updatesRonnie Sahlberg4-24/+32
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer3-1/+4
2005-08-20remove sprintfRonnie Sahlberg1-1/+1
2005-08-20get rid of a whole chunk of sprintfsRonnie Sahlberg1-133/+130
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping82-1436/+1430
2005-08-20From Gisle Vanem: export get_timedelta() for use by AFP and SMB taps.Guy Harris1-0/+1
2005-08-20The order in which arguments to a function are evaluated isn't definedGuy Harris1-2/+4
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