aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-02-15Check for getopt in the configure script, as we do for other routinesGuy Harris3-7/+18
2006-02-15Fix a typo found by Jean-Baptiste Marchand.Gerald Combs1-1/+1
2006-02-15Have those functions that end up just calling a win32_ routine if we'reGuy Harris1-34/+29
2006-02-15Protect The tree and The tvb from being used outside their scopeLuis Ontanon4-2/+19
2006-02-15- protect proto_items and proto_trees from being used out of their scopeLuis Ontanon2-7/+22
2006-02-15- protect column, columns and pinfo from dereferencing invalid data saved by ...Luis Ontanon5-42/+62
2006-02-14mgcp-plugin -> plugin-mgcp.Gerald Combs1-1/+1
2006-02-14Make sure SSL_DEBUG_USE_STDERR is always defined.Gerald Combs2-7/+8
2006-02-14Split the version under Windows into its major, minor, and microGerald Combs4-7/+13
2006-02-14Paolo Abeni:Jörg Mayer3-15/+30
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperJörg Mayer6-52/+68
2006-02-14Change suid to take dumpcap into accountJörg Mayer2-2/+6
2006-02-14Fix the loop that checks $PATH for the binary to actually step from oneGuy Harris1-34/+31
2006-02-14Have the emem.c memdup routines accept and return "void *", asGuy Harris2-4/+4
2006-02-14- fix a sure crash after an error in lua code lua_tap_draw.Luis Ontanon4-62/+113
2006-02-14add missing emem functionsLuis Ontanon1-0/+6
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Don't se_leak expert_info records.Luis Ontanon2-6/+8
2006-02-13Remove unneeded right justification.Gerald Combs1-6/+6
2006-02-13Add a manifest, so that styled widgets are drawn correcltly. TheGerald Combs4-2/+35
2006-02-13- disable printLuis Ontanon6-35/+306
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Make the files at least compile. While testing them as plugins theyJörg Mayer2-143/+185
2006-02-13Add original files for oracle dissection from the ClearSightJörg Mayer2-0/+1001
2006-02-13Add a placeholder for integrating with the display filter dialog.Gerald Combs1-0/+3
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs11-63/+1864
2006-02-13Add redirects to the ICMP filter.Gerald Combs1-1/+1
2006-02-13Remove a couple of unused variables.Gerald Combs1-2/+0
2006-02-13From Mike Duigou:Anders Broman1-124/+278
2006-02-13Paolo AbeniJörg Mayer2-93/+95
2006-02-13Add tempfile.h to the list of headeer files. That was the problem, notGuy Harris2-1/+2
2006-02-12Look for "tempfile.h" in the top-level directory.Guy Harris1-1/+1
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris9-166/+217
2006-02-12At least on UN*X, the first argument - argv[0] - is supposed to be theGuy Harris1-4/+7
2006-02-12Distinguish between pipe_read_block() returning 0 (EOF) or a negativeGuy Harris1-2/+10
2006-02-12Instead of using (commented-out) g_warning() calls to log errors readingGuy Harris1-9/+26
2006-02-12Send LOG_DOMAIN_CAPTURE_CHILD messages to our log handler, so they don'tGuy Harris1-1/+4
2006-02-12fuzz testing revealed that an infinite loop in the uma dissector was only par...Lars Roland1-1/+1
2006-02-12add rfc1964 stuff and (incomplete) KRB_CRED support.Ronnie Sahlberg1-3/+217
2006-02-12Well, it doesn't help to apply patches and then forget to actuallyJörg Mayer1-11/+0
2006-02-12add a minor commentUlf Lamping1-0/+1
2006-02-12freebsd needs to define AF_INET6, seems to need sys/socket.hUlf Lamping1-0/+4
2006-02-12Export get_progfile_dir() and init_progfile_dir().Guy Harris1-0/+2
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris6-81/+255
2006-02-12Re-UTF-8-ify.Guy Harris1-0/+0
2006-02-12"default on" for dumpcap generation (it's required at least for Ethereal's ca...Ulf Lamping1-1/+1
2006-02-12add generation of dumpcap manpageUlf Lamping1-2/+11
2006-02-12mark an unused parameterUlf Lamping1-1/+1
2006-02-12Fix up indentation.Guy Harris1-6/+2
2006-02-12Add userdata arguments to a bunch of stat initialization routines toGuy Harris16-139/+140