aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris3-10/+27
1999-06-12Move the comment from the GTK 1.0 tutorial just before the GTK 1.0Guy Harris1-8/+31
1999-06-12Make the string argument to "col_add_str()" a "const gchar *" - itGuy Harris2-4/+4
1999-06-12Use "val_to_str()", rather than "get_XXX()" routines, to map SNMPGuy Harris1-270/+189
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez11-13/+1326
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez22-167/+2849
1999-06-05Don't "g_strdup()" what "gtk_entry_get_text()" returns as the contentsGuy Harris1-3/+2
1999-06-02When checking to see if a packet is of a given type by checking theGuy Harris1-30/+14
1999-06-01When constructing the list for the "Count" combo box in the "Capture"Guy Harris1-2/+2
1999-06-01As we may return an error message, rather than a NetBIOS name, fromGuy Harris1-3/+3
1999-06-01Unfortunately, as the "cap_len" field in a "frame_data" is unsigned,Guy Harris1-2/+2
1999-05-27Correctly handle the case of the root showing up as a name in a DNSGuy Harris3-109/+141
1999-05-26Removed segfault if NCP completion code was decoded for an uknown NCP reply t...Gilbert Ramirez1-4/+11
1999-05-20Dissect ICMP Router Discovery packets (router advertisements and routerGuy Harris1-2/+37
1999-05-19Packaging changes for version 0.6.2Gilbert Ramirez7-207/+163
1999-05-19Made BPF disassembly in wiretap.c a bit easier to read.Gilbert Ramirez2-2/+5
1999-05-16Added more functionality to the completion-code parsing routine.Gilbert Ramirez1-18/+60
1999-05-16Removed ethereal.1 and copied make rule from doc/Makefile to top-levelGilbert Ramirez3-701/+215
1999-05-16Fixed to actually compile with CMU SNMP library (at least on Linux).Gilbert Ramirez1-7/+67
1999-05-14Further refined NCP fix, and added translation of NCP Completion Code.Gilbert Ramirez1-52/+272
1999-05-13Fixed some serious bugs in the NCP hash routines. I also simplifiedGilbert Ramirez2-44/+174
1999-05-13Get rid of the include of <arpa/tftp.h>; put the #defines for packetGuy Harris1-9/+12
1999-05-13Removing some includes of tftp.h from places it should not beRichard Sharpe3-6/+3
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationGuy Harris3-26/+116
1999-05-12Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel2-35/+34
1999-05-12Credited John McDermott <jjm@jkintl.com> for his pseudo-real-timeGilbert Ramirez4-10/+47
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez8-140/+1172
1999-05-12Changed wiretap rules so that ordinary user doesn't need bison and flexGilbert Ramirez2-53/+17
1999-05-11Add "SMB support" to the list of Richard Sharpe's contributions.Guy Harris1-0/+1
1999-05-11Fixed problem where filename of capture file would not be displayed inGilbert Ramirez1-2/+4
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel2-0/+34
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel5-23/+317
1999-05-11Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris4-57/+142
1999-05-11Add some SMB codes and error codes from theGuy Harris2-18/+24
1999-05-11Add decoding of DOS-format dates and times (one of the N differentGuy Harris1-3/+31
1999-05-11Some of my fixes did get lost - put 'em back.Guy Harris1-9/+34
1999-05-11Some clean-ups. I hope I have not disturbed any of Guy'sRichard Sharpe1-37/+114
1999-05-10Pass NBDS packets on to SMB even if we're only generating a summaryGuy Harris1-24/+34
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.Guy Harris3-7/+17
1999-05-10Fix up the decode of "greater than core and up to and including LANMANGuy Harris1-28/+48
1999-05-10Fixed the number of parameters for the other super-IPX protocols so thatGilbert Ramirez3-27/+35
1999-05-10Decode the "flags2" field in the SMB header.Guy Harris2-12/+50
1999-05-10Get rid of the "P*" macros, as we're not using them (Ethereal only readsGuy Harris1-12/+3
1999-05-10EGCS 1.1's dataflow analysis (and probably that of other versions ofGuy Harris1-2/+2
1999-05-10Check in updated version, reflecting the changes to "Makefile.am".Guy Harris1-8/+9
1999-05-10This small change lets me read SMBtrans packets that come over NBIPX.Gilbert Ramirez3-15/+30
1999-05-10Mode decoded SMBs ... Now decode part of a TCONX request,Richard Sharpe2-8/+263
1999-05-09Minor changes to check if log info is workingRichard Sharpe1-1/+2
1999-05-09Added new files for SMB decode: packet-smb.c, alignment.h, smb.hRichard Sharpe3-0/+1909
1999-05-09Added initial support for SMB plus most of negprot decode ..Richard Sharpe3-49/+82