aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-27Add guard pages to emem.c. GP memory is protected using mprotect()Gerald Combs2-19/+93
under UNIX and VirtualProtect() under Windows. This probably breaks compatibility with Windows 95/98/ME. svn path=/trunk/; revision=17424
2006-02-27Add an entry for the UMA dissector.Gerald Combs1-0/+8
svn path=/trunk/; revision=17423
2006-02-27Properly terminate a value string. Fixes a current Buildbot complaint.Gerald Combs1-1/+2
svn path=/trunk/; revision=17422
2006-02-27Solving minor annoyances.Jaap Keuter1-2/+2
svn path=/trunk/; revision=17421
2006-02-27from dieder:Anders Broman1-1/+1
packet-x11 copy and past overlooked? test with 8 but substract to 4. svn path=/trunk/; revision=17420
2006-02-27From diderAnders Broman2-8/+22
file.c time reference menu callback doesn't set cf->filter, it dumps a core if you have a file big enough in find next/ find prev. addr_resolv.c leak memory, break list chain when snooping address. svn path=/trunk/; revision=17419
2006-02-27ooops, my latest changes doesn't seem to follow the DTD strictly ...Ulf Lamping1-0/+2
svn path=/trunk/; revision=17418
2006-02-27Add extention bit if per internal fields shown.Anders Broman1-1/+3
svn path=/trunk/; revision=17417
2006-02-27From: Florent Drouin:Anders Broman1-7/+13
Add a test to avoid divide by zero during stat. display. Use new variable j, instead of i, already used in the loop. svn path=/trunk/; revision=17416
2006-02-27- Some more commentsLuis Ontanon2-19/+23
svn path=/trunk/; revision=17415
2006-02-26a complete rewrite of the Win32 installation procedure description with a ↵Ulf Lamping1-269/+329
step-by-step guide. svn path=/trunk/; revision=17414
2006-02-26add a possible solution (add another package using cygwin) if a tool wasn't ↵Ulf Lamping1-1/+1
found. svn path=/trunk/; revision=17413
2006-02-25Fix bounds error.Jaap Keuter1-1/+1
svn path=/trunk/; revision=17412
2006-02-25The semantics of luaL_checkudata() change between 5.0 and 5.1 (the later ↵Luis Ontanon3-11/+13
triggers an error). make sure isXxx() functions do not trigger an error, we want them to return not to pop the stack back to the lua caller. svn path=/trunk/; revision=17411
2006-02-25Add asn1 to the clean targetAnders Broman1-0/+3
svn path=/trunk/; revision=17410
2006-02-25From Martin MathiesonAnders Broman2-0/+2
- add SIP response code 412 ("Conditional Request Failed") to stats taps. svn path=/trunk/; revision=17409
2006-02-25From Martin Mathieson:Anders Broman1-7/+14
This patch further tightens up testing for resent packets. It now always compares the method. I've seen examples where the called party hangs up, and chooses the same CSeq for the BYE as the calling party chose for the INVITE. svn path=/trunk/; revision=17408
2006-02-25- elua_protoLuis Ontanon3-147/+261
- add doComments - fix an error in DissectorTable_remove - reorganize DissectorTable_try - elua.h squelch some warnings - Makefile.nmake - replace the $^ macro with the targets (i.e. do what nmake was supposed to do) - move the doc target into the conditional part svn path=/trunk/; revision=17406
2006-02-25Remove references to README.tvbuff. The Makefile.am should fix theJörg Mayer3-5/+0
buildbot failure. svn path=/trunk/; revision=17405
2006-02-25an error return was missing a pcap_close() callUlf Lamping1-1/+3
svn path=/trunk/; revision=17404
2006-02-25update some comments, as dumpcap no longer uses console window stuffUlf Lamping1-21/+2
svn path=/trunk/; revision=17403
2006-02-24add the dumpcap manpage to the menuUlf Lamping3-0/+5
svn path=/trunk/; revision=17402
2006-02-24Remove obsolete document README.tvbuffJaap Keuter2-236/+4
svn path=/trunk/; revision=17401
2006-02-24Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.Jaap Keuter1-1/+1
svn path=/trunk/; revision=17400
2006-02-24I changed some vanames and did not compile...Luis Ontanon2-5/+5
svn path=/trunk/; revision=17399
2006-02-24svn propset ...Jörg Mayer0-0/+0
svn path=/trunk/; revision=17398
2006-02-24finish adding the tethereal's funnel.Luis Ontanon1-0/+4
svn path=/trunk/; revision=17397
2006-02-24Add the (still unfinished) tethereal side of the funnel.Luis Ontanon2-0/+155
svn path=/trunk/; revision=17396
2006-02-23Print an error when we detect memory corruption. Fix a typo in a comment.Gerald Combs1-5/+5
svn path=/trunk/; revision=17395
2006-02-23Fix bug 765. ARMBER -> AMBERJaap Keuter1-6/+6
svn path=/trunk/; revision=17394
2006-02-23The task management flags in FCP are very useful to display since they ↵Ronnie Sahlberg1-23/+30
convey that something real bad has happened. Therefore put them and fence them at the start of the Info column svn path=/trunk/; revision=17393
2006-02-23create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg2-8/+15
so that the linker will find it. This eliminates the need to include strutil.h (where this was previously a macro) in all callers of this function. svn path=/trunk/; revision=17392
2006-02-23when including menu.h we also need to include stdio.h to get FILERonnie Sahlberg1-0/+1
svn path=/trunk/; revision=17391
2006-02-23Fix bug 764. Always initialize the members of the tuple on creation.Jaap Keuter1-0/+1
svn path=/trunk/; revision=17390
2006-02-23Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.Jaap Keuter1-0/+2
svn path=/trunk/; revision=17389
2006-02-23Mark 3GPP AVP:s as Vendor specific.Anders Broman2-30/+99
svn path=/trunk/; revision=17388
2006-02-23Add parsertab.pyc in clean targetAnders Broman33-57/+57
svn path=/trunk/; revision=17387
2006-02-23Add parsertab.pyc in clean targetAnders Broman21-20/+177
svn path=/trunk/; revision=17386
2006-02-23From Alejandro Vaquero:Anders Broman1-51/+54
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17385
2006-02-23From Alejandro Vaquero:Anders Broman3-7/+10
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17384
2006-02-23From Alejandro Vaquero:Anders Broman4-40/+49
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17383
2006-02-23- More "docOMMentation" of the APILuis Ontanon4-196/+402
- also supress Address__ge and Address_gt because re-reading the ref manual I noticed that they are suplerfluous (Lua assumes that a > b is equivalent to b < a, which in most cases (as this) it does) - have elua_makedoc.pl hanlde docomments in more than one line and after the line where the entity s defined. svn path=/trunk/; revision=17382
2006-02-23Add ep_tvb_memdup() description to documentationJaap Keuter1-1/+5
svn path=/trunk/; revision=17381
2006-02-23Fix for bug 762. Decode either LED function or off duration.Jaap Keuter1-5/+41
svn path=/trunk/; revision=17380
2006-02-23Delete docs in maintainer-clean targetJörg Mayer1-1/+2
svn path=/trunk/; revision=17379
2006-02-23add an expansion to ethernet source and destination addressesRonnie Sahlberg1-11/+55
inside this expansion show 1, eth.addr so people can see that this field exists (i think it is futile to use "hidden" fields and expect people to search through the infinitely long list of fields, better show everything and they will see themself what fuields they can filter on) 2, bit 0x01 of the first byte to show if it is Multi or Uni-cast 3, bit 0x02 of the first byte to show if it is a locally administrated address or not. I do use the (to laymen) more descriptive names "factory default" instead of LocallyAdminAddr in the true_false string though. svn path=/trunk/; revision=17378
2006-02-23fix for bug 718Ronnie Sahlberg1-17/+7
dont play games with lnk_t If the preference is set to unconditionally dissect everything as docsis just call the docsis handler directly. svn path=/trunk/; revision=17377
2006-02-23Add TCAP ssnAnders Broman3-8/+54
svn path=/trunk/; revision=17376
2006-02-22Forgot...Luis Ontanon1-0/+128
Elua functions in elua.c moved to this new file. svn path=/trunk/; revision=17375
2006-02-22- More documentation embeded in the source code.Luis Ontanon11-240/+216
- Changed some Macros - Have dump:close NULLyfing the boxed object so that no futher operations are performed on a dumper once is closed. - Check if elua_register.h has changed and avoid overwriting it if it hasn't changed to avoid unnecessary compilations. svn path=/trunk/; revision=17374