aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-1324-75/+75
* It's generally considered Bad Form to free something up if you've handedGuy Harris2001-03-131-2/+1
* Tvbuffification, and various enhancements, from Ronnie Sahlberg.Guy Harris2001-03-132-171/+179
* Handle NetBSD Cisco HDLC as PPP, for now.Guy Harris2001-03-111-5/+18
* CUPS browsing protocol support, from Charles LevertGuy Harris2001-03-115-2/+376
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-1016-42/+26
* Close the random stream, not just the sequential stream, if we got anGuy Harris2001-03-091-1/+3
* Include "etherpeek.h", which declares routines we define, not "snoop.h",Guy Harris2001-03-091-2/+2
* Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris2001-03-098-27/+34
* Add ability to create HTML documentation on Windows, if you haveGilbert Ramirez2001-03-092-0/+43
* Fixes to some typos, from Thomas Gimpel.Guy Harris2001-03-083-10/+16
* In the code that handles finding a field after a user clicks onGilbert Ramirez2001-03-072-9/+17
* Actually *use* SSL_LIBS if found by configure.Gilbert Ramirez2001-03-061-7/+7
* Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toGuy Harris2001-03-061-23/+22
* Mention support for reading Etherpeek files.Guy Harris2001-03-062-11/+11
* Update the man page for the new display filter code.Guy Harris2001-03-061-41/+23
* Mention etherpeek support.Gilbert Ramirez2001-03-061-1/+2
* Update doco re: display filters.Gilbert Ramirez2001-03-062-45/+30
* Fix a decode problem with failed NFSv4 SETATTR operations.Gilbert Ramirez2001-03-061-3/+9
* Add some win32-specific targets in .cvsignore's.Gilbert Ramirez2001-03-068-26/+32
* Move version to 0.8.16.Gilbert Ramirez2001-03-0510-35/+34
* Move the definition of IP_PROTO_IGRP to "packet-ip.h", and put an entryGuy Harris2001-03-053-6/+9
* IP_PROTO_IPV4 and IP_PROTO_IPIP are both 4; there's no need to registerGuy Harris2001-03-051-2/+1
* All the news, in 80 columns. :)Gilbert Ramirez2001-03-051-0/+55
* Updates from Ed Warnicke.Guy Harris2001-03-042-14/+21
* Update from Ed Warnicke.Guy Harris2001-03-042-40/+208
* Fix a typo, and break some lines at 80 characters.Guy Harris2001-03-031-4/+7
* Add a few more items to ".cvsignore".Guy Harris2001-03-031-0/+3
* Do a bunch of semantic checks when "Accept" is clicked, so that we catchGuy Harris2001-03-031-2/+88
* Fix some places where value-to-string routines were returning FALSE,Guy Harris2001-03-032-10/+50
* Add changes through the end of January. I'll work on February andGilbert Ramirez2001-03-031-0/+44
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-028-47/+260
* Update from Mike Frisch.Guy Harris2001-03-021-7/+34
* create_main_window() does not need to be called by the capture childGilbert Ramirez2001-03-021-3/+4
* Get rid of unused method from ftypes structure.Gilbert Ramirez2001-03-028-83/+8
* Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez2001-03-026-85/+147
* Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez2001-03-011-2/+86
* Don't let the color selection dialogue for TCP StreamsGilbert Ramirez2001-03-011-2/+4
* Create proper display filter for FT_BOOLEAN when using "Match Selected".Gilbert Ramirez2001-03-011-4/+5
* Tvbuffify the ICP dissector.Guy Harris2001-02-281-138/+93
* Add hidden fields for bad checksums to various IP-family protocols.Guy Harris2001-02-284-10/+32
* Tvbuffify the TACACS dissector (such as it is).Guy Harris2001-02-281-39/+40
* Tvbuffify the ISAKMP dissector.Guy Harris2001-02-281-726/+425
* Tvbuffiy the IPSec dissectors.Guy Harris2001-02-282-119/+112
* Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez2001-02-273-4/+4
* Rquota support, from Mike Frisch.Guy Harris2001-02-275-2/+110
* Do a better job of #ifdef'ing out 3 variables in the case of non-UCD-SNMPGilbert Ramirez2001-02-271-2/+2
* Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez2001-02-2718-330/+806
* Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris2001-02-274-313/+623
* RFC 3024 reverse tunneling support for the Mobile IP dissector, fromGuy Harris2001-02-273-1/+20