aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20removed MSVC warnings:Ulf Lamping3-10/+10
packet-camel.c(6829) : warning C4101: 'version_str' : unreferenced local variable packet-quakeworld.c(172) : warning C4090: 'return' : different 'const' qualifiers packet-smb.c(10859) : warning C4101: 'target_name_len' : unreferenced local variable packet-smb.c(10860) : warning C4101: 'fn_len' : unreferenced local variable packet-smb.c(10858) : warning C4101: 'fn' : unreferenced local variable svn path=/trunk/; revision=15474
2005-08-20Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available ↵Ulf Lamping1-1/+1
from outside the lib fixes current Win32 buildbot problem svn path=/trunk/; revision=15473
2005-08-20One file missed in last checkinJörg Mayer1-1/+2
svn path=/trunk/; revision=15472
2005-08-20- Declare some functions staticJörg Mayer35-1424/+1457
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] svn path=/trunk/; revision=15471
2005-08-20Add some comments on the originating files of the declarationsJörg Mayer1-3/+10
svn path=/trunk/; revision=15470
2005-08-20more sprintf updatesRonnie Sahlberg4-24/+32
svn path=/trunk/; revision=15469
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer3-1/+4
ui_util.h - Replace one instance of ui_util.h by gui_utils.h svn path=/trunk/; revision=15468
2005-08-20remove sprintfRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=15467
2005-08-20get rid of a whole chunk of sprintfsRonnie Sahlberg1-133/+130
svn path=/trunk/; revision=15466
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping82-1436/+1430
named ui_util.h in / dir svn path=/trunk/; revision=15465
2005-08-20From Gisle Vanem: export get_timedelta() for use by AFP and SMB taps.Guy Harris1-0/+1
svn path=/trunk/; revision=15464
2005-08-20The order in which arguments to a function are evaluated isn't definedGuy Harris1-2/+4
by C. Do decrements of arguments before passing them to a function. svn path=/trunk/; revision=15463
2005-08-20Widen some variables so the code in question can handle large files if,Guy Harris1-4/+4
as, and when Wiretap can handle them. svn path=/trunk/; revision=15462
2005-08-20Export AFP's CommandCode_vals for use by the AFP taps.Guy Harris1-0/+1
svn path=/trunk/; revision=15461
2005-08-20sprintf eliminationRonnie Sahlberg1-3/+6
svn path=/trunk/; revision=15460
2005-08-20sprintf removalsRonnie Sahlberg1-4/+7
svn path=/trunk/; revision=15459
2005-08-20remove some more sprintfRonnie Sahlberg2-8/+11
svn path=/trunk/; revision=15458
2005-08-20removal of even more sprintfRonnie Sahlberg10-94/+100
svn path=/trunk/; revision=15457
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris6-9/+584
possible, and, for AFP replies, add in the frame with the request and the time between those two frames. Have AFP per-request-type RTT statistics, similar to SMB's statistics. svn path=/trunk/; revision=15456
2005-08-20Use get_timedelta() to get the difference between two times.Guy Harris2-16/+10
svn path=/trunk/; revision=15455
2005-08-20Get rid of f_len field in capture_file structure - we can just keepGuy Harris3-54/+41
the length locally. within cf_read(). svn path=/trunk/; revision=15454
2005-08-20Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsJörg Mayer2-2/+2
svn path=/trunk/; revision=15453
2005-08-20Trivial warning fixesJörg Mayer1-3/+3
svn path=/trunk/; revision=15452
2005-08-20remove sprintf from mtp3Ronnie Sahlberg4-23/+28
svn path=/trunk/; revision=15451
2005-08-20remove sprintf from pgm and x11Ronnie Sahlberg2-55/+43
svn path=/trunk/; revision=15450
2005-08-20remove sprintf from v120 and wccpRonnie Sahlberg2-8/+11
svn path=/trunk/; revision=15449
2005-08-20remove sprintf from rpcRonnie Sahlberg1-27/+24
svn path=/trunk/; revision=15448
2005-08-20fix buffer handling and remove sprintfRonnie Sahlberg1-115/+131
there was at least one instance where an ip address was printed in dotted decimal to a 10 byte array on the stack. I.e. a guaranteed buffer overrun for a stack object. svn path=/trunk/; revision=15447
2005-08-19more sprintf removals,Ronnie Sahlberg2-54/+75
replace some char arrays on the stack to ep_alloc()ed memory svn path=/trunk/; revision=15446
2005-08-19remove a gmalloc and al sprintf from spnegoRonnie Sahlberg1-9/+5
svn path=/trunk/; revision=15445
2005-08-19no more g_malloc or sprintf in snmpRonnie Sahlberg1-13/+10
svn path=/trunk/; revision=15444
2005-08-19more gmalloc sprintf removalsRonnie Sahlberg1-17/+7
svn path=/trunk/; revision=15443
2005-08-19remove two gmalloc and some sprintfRonnie Sahlberg1-14/+6
svn path=/trunk/; revision=15442
2005-08-19from Jeff SnyderRonnie Sahlberg3-50/+28
H245 updates make multiple pdus/frame work update to have nu limit on the max number of tappable pdus per frame svn path=/trunk/; revision=15441
2005-08-19fix #357: increment ring buffer "file names" (again?)Ulf Lamping1-5/+5
svn path=/trunk/; revision=15440
2005-08-19as the WinPcap installation is now longer really needed (it has become part ↵Ulf Lamping1-40/+111
of the main Ethereal installer) clarify things about installation svn path=/trunk/; revision=15439
2005-08-19We've changed the Wiretap ABI (removed one routine), so bump the libraryGuy Harris1-3/+3
version number. WinPcap 3.1 is no longer in alpha. (Should we make WINPCAP_VERSION 3.1, so we default to assuming WinPcap 3.1?) svn path=/trunk/; revision=15438
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris13-100/+103
(so if the file's gzipped, it's *NOT* the size of the file after uncompressing), and an approximation of the amount of that data read sequentially so far. Use those for various progress bars and the like. Make the fstat() in the Ascend trace reader directly use wth->fd, as it's inside Wiretap; that gets rid of the last caller of wtap_fd() (as we're no longer directly using fstat() or lseek() in Ethereal), so get rid of wtap_fd(). svn path=/trunk/; revision=15437
2005-08-19add information about unsupported/fresh windows versionsUlf Lamping1-1/+20
svn path=/trunk/; revision=15436
2005-08-19Restore pinfo->private_data after calling another dissector, in case it getsGerald Combs1-0/+2
overwritten. Fixes bug 367. svn path=/trunk/; revision=15435
2005-08-19Add packet-alcap.h to the Makefiles.Luis Ontanon1-0/+1
svn path=/trunk/; revision=15434
2005-08-19some ememificationLuis Ontanon2-36/+31
svn path=/trunk/; revision=15433
2005-08-19add the $Id:$Luis Ontanon2-0/+4
svn path=/trunk/; revision=15432
2005-08-19some ememificationLuis Ontanon3-33/+23
svn path=/trunk/; revision=15431
2005-08-19Keep information about the call-leg so that all the messages of a leg can be ↵Luis Ontanon2-24/+256
filtered given a parameter of it. Create the header to export the structures thyat hold that info. svn path=/trunk/; revision=15430
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris73-70/+75
svn path=/trunk/; revision=15429
2005-08-19From Matthias Drochner:Ronnie Sahlberg2-7/+2
I'll attach a patch which fixes the decoding of authenticated LDAP bind replies. The SASL credentials are always "context specific" in terms of ASN.1. I've tested the fix with DIGEST-MD5 authentication. (Without the patch, ethereal complains about a wrong type because it expects an ASN.a octet string.) (You might also consider a stricter check of the ASN.1 header type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.) svn path=/trunk/; revision=15428
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris89-352/+481
and "Statistics" menu items into "stat.h" and "stat.c", to separate them from the core tapping APIs. A tap could conceivably not register as a "-z" command-line argument or "Statistics" menu item, and a stat could conceivably not be implemented as a tap, and dissectors that implement tapping points don't need the UI-related stuff from "stat.h", they just want the tap-related stuff in <epan/tap.h>. svn path=/trunk/; revision=15427
2005-08-19From Markus SeehoferRonnie Sahlberg2-1/+23
PTP updates svn path=/trunk/; revision=15426
2005-08-19From Michael Lum:Ronnie Sahlberg4-15/+13
Statistics data structure was not being passed to the draw routine. svn path=/trunk/; revision=15425