aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-09-14Peter Torvals' Internet Cache Protocol dissector.Guy Harris8-6/+293
1999-09-13Have a progress bar for "File/Print".Guy Harris1-1/+35
1999-09-13Added support for Lucent/Ascend "wdd" output.Gerald Combs1-6/+8
1999-09-13Updated documentation with Lucent/Ascend information.Gerald Combs2-3/+22
1999-09-13Add support for "wdd" trace output.Gerald Combs4-91/+259
1999-09-12Make "Expand all levels" and "Print as displayed" radioGuy Harris2-11/+41
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris9-45/+100
1999-09-12Use "dissect_data()" to put in the raw HTTP data, rather than doing itGuy Harris1-5/+3
1999-09-12Patch from Olivier Abad:Guy Harris2-88/+137
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel6-30/+30
1999-09-12Replace wrong '}' with ')' in #ifdef codeLaurent Deniel1-2/+2
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris14-127/+293
1999-09-11Added filter items for PPP Multilink's fragemnt flags and session number.Gerald Combs1-7/+26
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs7-61/+102
1999-09-11Get rid of an unused variable.Guy Harris1-2/+0
1999-09-11Register cotp and clnp instead of simply osi to allowLaurent Deniel2-20/+35
1999-09-11Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1-1/+9
1999-09-11Collapse/Expand All protocol tree added in Display menu.Laurent Deniel6-8/+49
1999-09-11"ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1-2/+2
1999-09-11Include <string.h> to declare "memmove()".Guy Harris1-1/+2
1999-09-11"ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris2-3/+4
1999-09-11Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1-8/+10
1999-09-11"capture.c" doesn't do socket "ioctl"s any more - the code to do that isGuy Harris2-6/+15
1999-09-11Oops - forgot to commit the Ascend header decoder..Gerald Combs1-0/+87
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs4-0/+549
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs9-124/+302
1999-09-11Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs3-7/+105
1999-09-10Added ip, tcp, and udp to randpkt.Gilbert Ramirez2-25/+55
1999-09-10Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris6-40/+66
1999-09-10Fix a comment, to reflect the demise of "ethereal.h".Guy Harris1-3/+3
1999-09-10We need to catch a "window delete" event for the preferences dialog boxGuy Harris7-31/+66
1999-09-10Make stuff used only in "filter_prefs.c" static to it.Guy Harris1-4/+4
1999-09-10Added random packet generator.Gilbert Ramirez3-2/+416
1999-09-10Have "fddifc_to_str()" return "Unknown frame type" for a frame type itGuy Harris1-4/+3
1999-09-10Changed default return value of fddifc_to_str from NULL to "". The valueGilbert Ramirez1-2/+2
1999-09-09Expand the message printed if "configure" can't find "net/bpf.h" toGuy Harris1-1/+2
1999-09-09Removed two cases where protocol decoding assumed that the data in theGilbert Ramirez2-5/+15
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris7-6/+130
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris3-0/+72
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1-0/+24
1999-09-09I forgot to include this file move in my last commit.Gilbert Ramirez2-14/+15
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez17-600/+793
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez16-48/+35
1999-09-08Don't include in the list of interfaces offered by the "capture" dialogGuy Harris1-6/+32
1999-09-03Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris2-193/+380
1999-09-03Add in a pile of additional packet formats fromGuy Harris1-51/+218
1999-09-03Stuff to IPX socket 0x0455 (NetBIOS), and to sockets 0x0551 and 0x0553Guy Harris1-147/+216
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris3-86/+100
1999-09-03Dissect the name type flag in NBIPX name service packets (at leastGuy Harris2-6/+27
1999-09-03Add a bunch more NetBIOS name types.Guy Harris3-130/+132