aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A "-b" argument must have a : in it, as it has to specify a criterionGuy Harris2006-03-011-1/+1
* Clean up indentation a bit.Guy Harris2006-03-013-10/+118
* Reject attempts to use packet capture options when we're reading a savedGuy Harris2006-03-011-32/+78
* Use "tvb_format_string()" on strings extracted from the packet.Guy Harris2006-03-011-32/+21
* Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris2006-03-012-15/+21
* Constify some items, and make one item static, so we don't initializeGuy Harris2006-03-011-2/+2
* The sequence and ack numbers in a TCP are guint32's, which means theyGuy Harris2006-03-011-35/+35
* "help()" really just prints a usage message; it's not a full-blown helpGuy Harris2006-03-011-26/+27
* Fix for bug 762: implementing Off/On duration presentation in 10ms unitsJaap Keuter2006-02-281-11/+26
* From Martin Mathieson:Anders Broman2006-02-281-1/+9
* Bugfix: Dissect BAT ASE Signal IE properly.Anders Broman2006-02-281-9/+2
* From Peter Johansson:Anders Broman2006-02-281-1/+1
* mark a few generated fields as generated using PROTO_ITEM_SET_GENERATEDRonnie Sahlberg2006-02-281-14/+43
* add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...Ronnie Sahlberg2006-02-284-55/+57
* Add guard pages to emem.c. GP memory is protected using mprotect()Gerald Combs2006-02-272-19/+93
* Add an entry for the UMA dissector.Gerald Combs2006-02-271-0/+8
* Properly terminate a value string. Fixes a current Buildbot complaint.Gerald Combs2006-02-271-1/+2
* Solving minor annoyances.Jaap Keuter2006-02-271-2/+2
* from dieder:Anders Broman2006-02-271-1/+1
* From diderAnders Broman2006-02-272-8/+22
* ooops, my latest changes doesn't seem to follow the DTD strictly ...Ulf Lamping2006-02-271-0/+2
* Add extention bit if per internal fields shown.Anders Broman2006-02-271-1/+3
* From: Florent Drouin:Anders Broman2006-02-271-7/+13
* - Some more commentsLuis Ontanon2006-02-272-19/+23
* a complete rewrite of the Win32 installation procedure description with a ste...Ulf Lamping2006-02-261-269/+329
* add a possible solution (add another package using cygwin) if a tool wasn't f...Ulf Lamping2006-02-261-1/+1
* Fix bounds error.Jaap Keuter2006-02-251-1/+1
* The semantics of luaL_checkudata() change between 5.0 and 5.1 (the later trig...Luis Ontanon2006-02-253-11/+13
* Add asn1 to the clean targetAnders Broman2006-02-251-0/+3
* From Martin MathiesonAnders Broman2006-02-252-0/+2
* From Martin Mathieson:Anders Broman2006-02-251-7/+14
* - elua_protoLuis Ontanon2006-02-253-147/+261
* Remove references to README.tvbuff. The Makefile.am should fix theJörg Mayer2006-02-253-5/+0
* an error return was missing a pcap_close() callUlf Lamping2006-02-251-1/+3
* update some comments, as dumpcap no longer uses console window stuffUlf Lamping2006-02-251-21/+2
* add the dumpcap manpage to the menuUlf Lamping2006-02-243-0/+5
* Remove obsolete document README.tvbuffJaap Keuter2006-02-242-236/+4
* Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.Jaap Keuter2006-02-241-1/+1
* I changed some vanames and did not compile...Luis Ontanon2006-02-242-5/+5
* svn propset ...Jörg Mayer2006-02-240-0/+0
* finish adding the tethereal's funnel.Luis Ontanon2006-02-241-0/+4
* Add the (still unfinished) tethereal side of the funnel.Luis Ontanon2006-02-242-0/+155
* Print an error when we detect memory corruption. Fix a typo in a comment.Gerald Combs2006-02-231-5/+5
* Fix bug 765. ARMBER -> AMBERJaap Keuter2006-02-231-6/+6
* The task management flags in FCP are very useful to display since they convey...Ronnie Sahlberg2006-02-231-23/+30
* create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg2006-02-232-8/+15
* when including menu.h we also need to include stdio.h to get FILERonnie Sahlberg2006-02-231-0/+1
* Fix bug 764. Always initialize the members of the tuple on creation.Jaap Keuter2006-02-231-0/+1
* Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.Jaap Keuter2006-02-231-0/+2
* Mark 3GPP AVP:s as Vendor specific.Anders Broman2006-02-232-30/+99