aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-03-03Move to version 0.8.4.Gilbert Ramirez2-2/+50
2000-03-02GCC doesn't mindGuy Harris1-1/+2
2000-03-02Note that C++-style comments shouldn't be used in dissectors.Guy Harris1-3/+9
2000-03-02Get rid of C++-style comments, as they peeve some C compilers.Guy Harris1-4/+4
2000-03-02Oops, forgot to include "packet-h1.h".Guy Harris1-1/+2
2000-03-02Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens IndustrialGuy Harris6-16/+398
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris6-130/+74
2000-03-01The frame header in HP-UX 11 trace files is 4 octets longer (than HP-UX 9Olivier Abad1-3/+52
2000-03-01Merge in some information from Jeff Foster's developer's notes.Guy Harris1-8/+71
2000-03-01James Coe's developer HOWTO.Guy Harris2-1/+275
2000-03-01Use the "destroy" signal on a packet popup window to find out when toGuy Harris1-12/+9
2000-02-29Add "packet-dhis.obj" to the list of things to compile.Guy Harris1-0/+1
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris14-106/+593
2000-02-28Fred Reimer's patch to put the TCP segment length in the TCP packetGuy Harris3-5/+10
2000-02-23Add an RCS Id.Olivier Abad2-2/+2
2000-02-23New dissector for DHIS (Dynamic Host Information Services) protocol.Olivier Abad4-2/+292
2000-02-23"http_tree" doesn't need to be static; make it local toGuy Harris1-27/+29
2000-02-23Fix HTTP request & response.Laurent Deniel1-18/+39
2000-02-22Make "reinit_x25_hashtable()" static (it's not explicitly called fromGuy Harris2-5/+4
2000-02-22In Tethereal, allow capture filters and read filters either to beGuy Harris4-4/+86
2000-02-21Small fix for Jeff FosterRichard Sharpe1-3/+3
2000-02-21Fixing the GetDC response handling so it understands the short ones thatRichard Sharpe1-5/+20
2000-02-21Add a bunch of notes from various "comp.sys.hp.hpux" threads aboutGuy Harris1-1/+125
2000-02-21Don't use a fixed-size line buffer for summary lines in the print code;Guy Harris1-13/+45
2000-02-20Add "Resolve Name" item in detailed tree popup.Laurent Deniel3-3/+17
2000-02-20UCD SNMP 4.1[.x] makes "snmp_set_full_objid()" a macro that callsGuy Harris1-1/+25
2000-02-19Give it an RCS ID.Guy Harris1-0/+2
2000-02-19Give some README.<os> files RCS IDs; the other ones already have them.Guy Harris3-0/+5
2000-02-19Add an RCS ID.Guy Harris1-4/+5
2000-02-19Add a "README.bsd", which currently only explains how to enable BPF inGuy Harris2-1/+34
2000-02-19Put in a note about enabling the Packet protocol; if it's not enabled onGuy Harris1-4/+28
2000-02-19Used register_init_routine() to register "reinit_x25_hashtable()" as aOlivier Abad3-13/+4
2000-02-19Small fix to the LanMan stuff ...Richard Sharpe1-2/+2
2000-02-19Note that one can probably symbolically request that nettl log incomingGuy Harris2-1/+9
2000-02-19If we see a file with an unknown network type, report the type in aGuy Harris1-1/+3
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris10-23/+36
2000-02-19Note that the read filter specified with the "-R" flag applies only to aGuy Harris1-4/+4
2000-02-18Move the notes on nettl support above the notes on libpcap; the notes onGuy Harris1-20/+20
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad5-7/+17
2000-02-18Add comments about nettl support.Olivier Abad1-0/+28
2000-02-17Add support for raw IP nettl captures.Olivier Abad3-50/+173
2000-02-17Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.Gilbert Ramirez1-20/+22
2000-02-16Allow for non-"struct timeval" ts's in phdr just like we didGilbert Ramirez1-2/+3
2000-02-16Fix NetBIOS name types as per my understanding and the MS Knowledge baseRichard Sharpe1-4/+4
2000-02-15Build/packaging fix. We have to include an install-exec-hook targetGilbert Ramirez1-1/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez131-688/+2554
2000-02-14Fix from Dietmar Petras to the BOOTP dissector - entries for BOOTPGuy Harris1-1/+3
2000-02-14Get rid of redundant include of <stdio.h> - one is enough.Guy Harris1-3/+1
2000-02-14In "display_flags()", panic if the size handed to it is neither 1, 2,Guy Harris1-5/+19
2000-02-14Protocol abbreviations should be all lower case, as they're used inGuy Harris1-3/+3