aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-10-06From packet steve: get rid of some duplicate field definitions (someGuy Harris6-28/+6
2003-10-06Fix the handling of padding bytes.Guy Harris1-8/+9
2003-10-06Update a URL.Guy Harris1-2/+2
2003-10-06Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_tJörg Mayer1-3/+3
2003-10-05Another strict-aliasing warning fix - I hope I got this right :)Jörg Mayer1-9/+13
2003-10-05variable.type is of type u_char, so use 0 instead of NULLJörg Mayer1-4/+4
2003-10-05Fix 3 strict-aliasing warnings:Jörg Mayer1-4/+4
2003-10-05Get rid of another strict-aliasing warning:Jörg Mayer1-2/+2
2003-10-05Fix warning about strict-aliasingJörg Mayer1-7/+8
2003-10-05Further updates on mkcap.cRichard Sharpe1-1/+1
2003-10-05Add mkcap.c, a little utility to generate reasonable looking TCP captureRichard Sharpe1-0/+697
2003-10-04If a payload type doesn't have a dissector function, don't crash by callingGuy Harris1-2/+2
2003-10-04Fix to IO-Stat.Ronnie Sahlberg1-1/+10
2003-10-03From Michael Lum:Guy Harris1-22/+59
2003-10-03From Steve Limkemann:Guy Harris3-73/+600
2003-10-03From Michael Lum: ANSI MAP support.Guy Harris4-2/+12899
2003-10-03Include "mkstemp.h" only if we're including our own "mkstemp()".Guy Harris1-1/+4
2003-10-03Graham Bloice: Add missing #include mkstemp.hJörg Mayer1-1/+2
2003-10-03Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32Jörg Mayer1-2/+2
2003-10-03From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasGuy Harris1-1/+5
2003-10-03From Anders Broman:Guy Harris1-21/+169
2003-10-03- Fixed a typo.Michael Tüxen1-3/+3
2003-10-03Update ipx and conversation list to make it possible to select and filter for...Ronnie Sahlberg2-7/+28
2003-10-03Fix a typo.Guy Harris1-1/+1
2003-10-02Add RCS IDs.Guy Harris8-2/+14
2003-10-02Fix document creation under Windows, add ethereal-filter.html to the NSISGerald Combs3-11/+12
2003-10-02From Jean-Baptiste Marchand: add operation names for browser service.Guy Harris2-86/+96
2003-10-02From Jean-Baptiste Marchand: add additional operation names for dfssvc.Guy Harris2-13/+48
2003-10-02From Jean-Baptiste Marchand: add/update names for svcctl operations.Guy Harris2-33/+110
2003-10-02From Jean-Baptiste Marchand: add names for new dnsserver operations forGuy Harris2-11/+32
2003-10-02From Tomas Kukosa: radio button groups are GSLists, which means that theGuy Harris1-3/+2
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itGuy Harris3-41/+69
2003-10-02RTNET has no preferences, so don't register a preferences module for it.Guy Harris1-6/+1
2003-10-02Add an example for "-d".Gerald Combs1-0/+3
2003-10-02Fix a malformed "=head1" tag.Gerald Combs1-1/+1
2003-10-02From Samuel Qu, Michael Lum, and Jeff Morriss: TCAP support, andGuy Harris8-10/+2893
2003-10-01Reject frames with no command (too short) or an invalid command.Guy Harris1-108/+94
2003-10-01The PDU length is 3 bytes long in SLPv2.Guy Harris1-3/+16
2003-10-01Filters in Ethereal are usually display filters, not read filters; goGuy Harris1-17/+17
2003-10-01Add ethereal-filter.4.Guy Harris1-0/+1
2003-10-01Put in some missing $(srcdir)/.Guy Harris1-5/+3
2003-10-01Update for the new ethereal-filter man page.Guy Harris1-4/+16
2003-10-01dfilter2pod.pl and ethereal-filter.pod.template are in $(srcdir) (whichGuy Harris1-2/+2
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-1/+0
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer2-6/+14
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer5-41/+85
2003-10-01The max count high field is 32 bits, and, in order to compare itGuy Harris1-4/+5
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris28-218/+610
2003-09-30From Giles Scott: add some new hardware types.Guy Harris1-2/+18
2003-09-29Clean up a bunch of length processing - use the reported length ratherGuy Harris1-69/+59