aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch from Olivier Abad:Guy Harris1999-09-122-88/+137
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-126-30/+30
* Replace wrong '}' with ')' in #ifdef codeLaurent Deniel1999-09-121-2/+2
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-1214-127/+293
* Added filter items for PPP Multilink's fragemnt flags and session number.Gerald Combs1999-09-111-7/+26
* Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1999-09-117-61/+102
* Get rid of an unused variable.Guy Harris1999-09-111-2/+0
* Register cotp and clnp instead of simply osi to allowLaurent Deniel1999-09-112-20/+35
* Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1999-09-111-1/+9
* Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1999-09-116-8/+49
* "ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1999-09-111-2/+2
* Include <string.h> to declare "memmove()".Guy Harris1999-09-111-1/+2
* "ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris1999-09-112-3/+4
* Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1999-09-111-8/+10
* "capture.c" doesn't do socket "ioctl"s any more - the code to do that isGuy Harris1999-09-112-6/+15
* Oops - forgot to commit the Ascend header decoder..Gerald Combs1999-09-111-0/+87
* Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs1999-09-114-0/+549
* Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1999-09-119-124/+302
* Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1999-09-113-7/+105
* Added ip, tcp, and udp to randpkt.Gilbert Ramirez1999-09-102-25/+55
* Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris1999-09-106-40/+66
* Fix a comment, to reflect the demise of "ethereal.h".Guy Harris1999-09-101-3/+3
* We need to catch a "window delete" event for the preferences dialog boxGuy Harris1999-09-107-31/+66
* Make stuff used only in "filter_prefs.c" static to it.Guy Harris1999-09-101-4/+4
* Added random packet generator.Gilbert Ramirez1999-09-103-2/+416
* Have "fddifc_to_str()" return "Unknown frame type" for a frame type itGuy Harris1999-09-101-4/+3
* Changed default return value of fddifc_to_str from NULL to "". The valueGilbert Ramirez1999-09-101-2/+2
* Expand the message printed if "configure" can't find "net/bpf.h" toGuy Harris1999-09-091-1/+2
* Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez1999-09-092-5/+15
* Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1999-09-097-6/+130
* Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1999-09-093-0/+72
* Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1999-09-091-0/+24
* I forgot to include this file move in my last commit.Gilbert Ramirez1999-09-092-14/+15
* More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1999-09-0917-600/+793
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-0916-48/+35
* Don't include in the list of interfaces offered by the "capture" dialogGuy Harris1999-09-081-6/+32
* Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris1999-09-032-193/+380
* Add in a pile of additional packet formats fromGuy Harris1999-09-031-51/+218
* Stuff to IPX socket 0x0455 (NetBIOS), and to sockets 0x0551 and 0x0553Guy Harris1999-09-031-147/+216
* Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris1999-09-033-86/+100
* Dissect the name type flag in NBIPX name service packets (at leastGuy Harris1999-09-032-6/+27
* Add a bunch more NetBIOS name types.Guy Harris1999-09-033-130/+132
* Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1999-09-027-116/+299
* When skipping over the padding at the end of a record in a capture file,Guy Harris1999-09-021-5/+28
* When reading packets from a capture file, don't seek around recordGuy Harris1999-09-011-50/+49
* Bert Driehuis' patch to add a "--with-ucdsnmp" option that specifies theGuy Harris1999-09-013-2/+45
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-0118-777/+921
* Bert Driehuis' patch to handle "libpcap" stuff being installed inGuy Harris1999-08-311-2/+2
* We now use "snprintf()" in "dissect_ip_tcp_options()", so we may need toGuy Harris1999-08-311-1/+10
* Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1999-08-311-2/+2