aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-02-01Note that capture filters don't work on Linux loopback devices with theGuy Harris1-1/+8
2000-02-01Move to version 0.8.3.Gilbert Ramirez2-2/+23
2000-02-01Remove libltdl sources.Gilbert Ramirez13-7281/+0
2000-02-01Dissect packets to or from port 162 as SNMP packets - that's the port toGuy Harris1-2/+3
2000-01-31In init_plugins(), before scanning PLUGIN_DIR :Olivier Abad1-2/+14
2000-01-31Add a semicolon in a win32 block of code.Gilbert Ramirez1-2/+2
2000-01-30added support for clicking capture window's close box to stop captureNathan Neulinger1-1/+11
2000-01-30Added ethereal_static extra target in Makefile.am. Did not add the updatesNathan Neulinger2-2/+19
2000-01-30Dissect the user data of an incoming CALL REQUEST/INCOMING CALL packetGuy Harris1-23/+94
2000-01-30Add a bunch of additional NLPIDs from ISO 9577.Guy Harris2-8/+22
2000-01-29Just pass the return value of "getuid()" directly on to "getpwuid()";Guy Harris1-4/+2
2000-01-29Fix #ifndef line whose symbol had been omitted.Guy Harris1-2/+2
2000-01-29Don't put "get_home_dir()" inside #ifdef HAVE_LIBPCAP/#endif.Guy Harris1-10/+26
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez8-36/+74
2000-01-29I forgot to toggle the data_out_file "semaphore" (well, we us it like one)Gilbert Ramirez1-1/+2
2000-01-29The user data in an X.25 call request packet is - at least for IP and,Guy Harris1-2/+6
2000-01-29Support for NetXray 3.03 (the program version, not file version) PPPGilbert Ramirez1-2/+2
2000-01-29Fix a bug in the extraction of the sequence number.Gilbert Ramirez1-5/+4
2000-01-27If a file is opened, and then closed, the File|Open option doesn'tGilbert Ramirez1-1/+2
2000-01-27TFTP Option Extension (RFC 2347) support, from Craig Newell.Guy Harris3-5/+48
2000-01-26In case the "ts" field of a libpcap per-packet header isn't a "structGuy Harris1-2/+7
2000-01-26Always declare, and define, "file_seek()" to return a "long", as it'sGuy Harris2-14/+13
2000-01-26Corrected a SEGFAULT in v2 readdir reply, v3 readdir reply, and v3 readdirplusUwe Girlich1-8/+11
2000-01-26Add a debian subdirectory and the files needed to generate a debian package.Olivier Abad11-1/+312
2000-01-26Initialize per-dissection data structures before doing a capture, asGuy Harris1-1/+7
2000-01-26In "dissect_clnp()", fill in "clnp" before looking at it.Guy Harris1-5/+5
2000-01-26In Win32, treat both '/' and '\' as pathname separators.Guy Harris1-8/+16
2000-01-26Credit fix, and fix for building editcap.1 with build dir != $(srcdir)Gilbert Ramirez2-4/+4
2000-01-26Itojun did part of the BSD zlib fix.Guy Harris1-1/+1
2000-01-26Move version to 0.8.2, add Win32 to list of platforms in README.Gilbert Ramirez3-4/+51
2000-01-25Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds).Gilbert Ramirez1-1/+3
2000-01-25Add O_BINARY flag to open() for win32.Gilbert Ramirez1-2/+6
2000-01-25Add an include of "../menu.h" to fix a win32 build break.Gilbert Ramirez1-1/+2
2000-01-25Enable File|Open menu item when Ethereal is started with no "-r" option.Gilbert Ramirez1-1/+5
2000-01-25Added additional manpages and binaries to RPM package. I don'tGilbert Ramirez1-1/+11
2000-01-25parse multiple COMMUNITIES value.Jun-ichiro itojun Hagino1-70/+113
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris4-31/+111
2000-01-25"gztell()" is also affected by the libz mess on platforms where "off_t"Guy Harris2-5/+11
2000-01-25Use "get_basename()" rather than finding the last component of "argv[0]"Guy Harris1-6/+2
2000-01-25Encapsulate the code to take a pointer to a pathname and return aGuy Harris4-23/+46
2000-01-25If we open a file, and immediately try to open another file while the firstGerald Combs1-1/+2
2000-01-25Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. SettingGerald Combs1-1/+6
2000-01-25Update with URLs for the Win32 port on both sides of the Atlantic, andGuy Harris1-3/+27
2000-01-25"If there aren't any packets to select" means "if there aren't anyGuy Harris1-4/+6
2000-01-25If there aren't any packets to select, don't try to select the firstGuy Harris1-3/+5
2000-01-25Add support for Cisco ISL.Guy Harris1-0/+1
2000-01-25On Win32, when splitting file names into directory and last component,Guy Harris2-5/+12
2000-01-24The CRC is at the end of the frame, not at the end of the captured dataGuy Harris1-3/+3
2000-01-24Add the CRC of the encapsulated frame to the ISL dissection.Guy Harris1-2/+11
2000-01-24Set a fixed-width font for win32.Gilbert Ramirez1-2/+7