aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris10-190/+118
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itGuy Harris6-41/+76
1999-10-10The #defines to turn "yy{lex,error}" into names specific to theGuy Harris2-26/+5
1999-10-10Add reference to tcpdump manual page for capture filter syntax.Laurent Deniel1-0/+4
1999-10-10Add display filters.Laurent Deniel1-11/+22
1999-10-10Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe3-138/+221
1999-10-10Changed the macro XDLC_HAS_PAYLOAD(control) to look at only the firstGilbert Ramirez1-2/+2
1999-10-09Fix a typo in error message.Laurent Deniel1-2/+2
1999-10-09- fix a segmentation violation with big "match selected" filters.Laurent Deniel1-2/+3
1999-10-09Add display filters.Laurent Deniel1-22/+31
1999-10-09- dissect data if type unknownLaurent Deniel1-22/+105
1999-10-09- correct bound checkings in string parsingLaurent Deniel1-15/+49
1999-10-08The abbreviation for a protocol is generally all-lower-case, as it'sGuy Harris1-2/+2
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris5-5/+170
1999-10-08Add display filters.Laurent Deniel1-49/+121
1999-10-08Move some definitions of stuff not used outside the Lucent/AscendGuy Harris3-13/+15
1999-10-08Add an "ascend-int.h" file, to declare routines used by more than one ofGuy Harris4-3/+48
1999-10-08Include "main.h", to pull in the external declarations of severalGuy Harris1-1/+5
1999-10-08Fix the include-guard #define to be "__MAIN_H__", matching the name ofGuy Harris1-4/+4
1999-10-07Phil Techau's patch to allocate colors read-only and, if we can't getGuy Harris2-30/+54
1999-10-07Make "dfilter_error()" available to the lexical analyzer.Guy Harris4-19/+69
1999-10-07- add display filtersLaurent Deniel1-19/+55
1999-10-07A DNS or NBNS name may contain pointers to other names in the packet; ifGuy Harris2-39/+22
1999-10-07Add NBNS support.Guy Harris1-2/+24
1999-10-07Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPGuy Harris3-262/+582
1999-10-07Fixed the infinite-loop problem in the DNS dissector, at least forGilbert Ramirez1-7/+25
1999-10-06Added ICMP and DNS to randpkt.Gilbert Ramirez1-1/+41
1999-10-06Fix dfilter scanner to accept hyphenated hostnames for IPv4 addresses.Gilbert Ramirez1-2/+2
1999-10-06Give it a copyright notice and RCS ID.Guy Harris2-0/+48
1999-10-06Give them RCS IDs.Guy Harris2-0/+4
1999-10-06Whitespace cleanup.Guy Harris1-2/+2
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris3-3/+24
1999-10-05Make "create_color_sel_win()" static to "colors.c" - it's not usedGuy Harris2-5/+4
1999-10-05Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1-10/+10
1999-10-05Better handle errors from zlib:Guy Harris12-146/+157
1999-10-05Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsGilbert Ramirez3-13/+40
1999-10-04Corrected comment regarding usage.Gilbert Ramirez1-2/+2
1999-10-04Removed dummy protocol and removed bug which prevented the firstGilbert Ramirez3-8/+5
1999-10-04Let color filter routines survive a bad display filter. It used toGilbert Ramirez1-1/+2
1999-10-03- add ARP display filtersLaurent Deniel1-29/+83
1999-10-03Oops, forgot to check truncated header.Laurent Deniel1-1/+6
1999-10-03packet-aarp.c:Laurent Deniel2-26/+69
1999-10-03Fix request argument display with some pop clientsLaurent Deniel1-3/+7
1999-10-03"gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32",Guy Harris1-2/+2
1999-10-03A small fix to the handling of NetBIOS continuation messages where aRichard Sharpe1-1/+2
1999-10-03A bunch of fixes for SMB decode.Richard Sharpe2-162/+6049
1999-10-02Don't initialize the file name field in the "File/Open" dialog box withGuy Harris1-14/+1
1999-10-02Get rid of some unused fields in a "capture_file" structure.Guy Harris1-4/+1
1999-10-02Get rid of "-F" - "-S" works, and has a more convenient UI.Guy Harris5-105/+80
1999-10-02Wrap stufff that's used only if we have "libpcap" in "#ifdefGuy Harris2-4/+12