aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-09-08the xml plugin was removedLuis Ontanon2-3/+1
svn path=/trunk/; revision=15734
2005-09-08 some content-types are now handled by xml Luis Ontanon1-24/+1
svn path=/trunk/; revision=15733
2005-09-08start with fdata->num = -1, so we don't have an uninitialised value while ↵Ulf Lamping1-0/+1
doing read_filter style dissection svn path=/trunk/; revision=15732
2005-09-08(very minor) issue found while working on a new tapUlf Lamping1-1/+1
svn path=/trunk/; revision=15731
2005-09-08forgot the IdLuis Ontanon1-0/+2
svn path=/trunk/; revision=15730
2005-09-08Let's migrate the xml dissector...Luis Ontanon5-17/+5
svn path=/trunk/; revision=15729
2005-09-08a new version of the xml dissector, look ma no lex!Luis Ontanon1-0/+459
mmh still missing the dtd parser... svn path=/trunk/; revision=15728
2005-09-08fix the svn keywords and some comments that were out of dateLuis Ontanon2-16/+21
svn path=/trunk/; revision=15727
2005-09-08an API for "bufferless" parsing of text tvbsLuis Ontanon2-0/+1085
svn path=/trunk/; revision=15726
2005-09-08Fix more problems found by Steve Grubb, along with other changes:Gerald Combs5-15/+26
Camel: Fix an off-by-one error. Don't alloc and free where it's not needed. Remove an unused variable. PPP and K12: Fix memory leaks. svn path=/trunk/; revision=15725
2005-09-08start making winsrepl into a new style dissector and use tcp_dissect_pdus()Ronnie Sahlberg1-68/+43
also fix bugs 417 / 418 this dissector still needs to have heuristics to be added to it. svn path=/trunk/; revision=15724
2005-09-08from M&Y KaulRonnie Sahlberg2-8/+27
rename Wins to WINS add some new decodes svn path=/trunk/; revision=15723
2005-09-08from Michal & Yaniv KaulRonnie Sahlberg1-6/+14
Updates to prettify the Bind ACK context handles svn path=/trunk/; revision=15722
2005-09-08add description of the Windows installer command line parametersUlf Lamping1-2/+33
svn path=/trunk/; revision=15721
2005-09-08set the window title of the Win32 debug consoleUlf Lamping1-0/+3
svn path=/trunk/; revision=15720
2005-09-07close the capture interfaces dialog if the user pressed "Capture" or "Prepare"Ulf Lamping1-0/+6
this dialog is live capturing from all "known" interfaces while it's open, so huge system load is generated, which is not preferred while doing a real capture. svn path=/trunk/; revision=15719
2005-09-07don't wait for a keypress if this is a capture child. This was very ↵Ulf Lamping1-2/+2
annoying, as stopping a capture seems to freeze Ethereal, but it simply waits for a keypress on the capture_child's console window. svn path=/trunk/; revision=15718
2005-09-07MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_infoUlf Lamping1-0/+1
svn path=/trunk/; revision=15717
2005-09-07Add Valgrind core files to CLEANFILES.Gerald Combs1-1/+2
svn path=/trunk/; revision=15716
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs4-26/+33
instead of while loops to initialize variables. Use a define instead of magic numbers. Don't use guint8s for counters. Add a corresponding entry to the release notes. svn path=/trunk/; revision=15715
2005-09-07From Manu PathakRonnie Sahlberg6-12/+601
Make RSVP tappable add hostlist and conversation listing for RSVP conversations svn path=/trunk/; revision=15714
2005-09-07If dissect_ber_octet_string() gives us a null tvb, assume we have a malformedGerald Combs1-0/+5
packet and throw an exception. Don't pass the null tvb to tvb_length(). svn path=/trunk/; revision=15713
2005-09-07From Metze with minor changes.Ronnie Sahlberg4-0/+959
New protocol NBNS Replication support svn path=/trunk/; revision=15711
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs45-135/+140
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-09-07SIP reassembly using req_resp_hdrs_do_reassembly()Tomas Kukosa1-126/+125
svn path=/trunk/; revision=15709
2005-09-06Add a note about PCRE.Gerald Combs1-0/+7
svn path=/trunk/; revision=15708
2005-09-06Move to the latest ethereal-win32-libs tag.Gerald Combs3-3/+5
svn path=/trunk/; revision=15706
2005-09-06Add a section on file locations.Gerald Combs1-1/+4
svn path=/trunk/; revision=15705
2005-09-06In doc/Makefile.nmake, use the "install-deps" target from the rootGerald Combs3-11/+6
Makefile.nmake instead of doing our own XCOPYing. Use the "clean-deps" target when we're done instead of leaving DLLs lying around. Normalize the use of underscores vs hyphens in the "clean-deps" target. svn path=/trunk/; revision=15704
2005-09-06Ftam - Use some mofe FN_PAR:sAnders Broman4-21/+91
PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file). svn path=/trunk/; revision=15703
2005-09-06Make sure we don't overflow the dialedDigits array.Guy Harris2-3/+9
svn path=/trunk/; revision=15702
2005-09-06Fail somewhat gracefully if malloc() fails.Guy Harris1-9/+11
svn path=/trunk/; revision=15701
2005-09-06get rid of few warningsTomas Kukosa6-26/+29
svn path=/trunk/; revision=15700
2005-09-06reassembly improvementsTomas Kukosa1-16/+21
svn path=/trunk/; revision=15699
2005-09-06From Graeme Lunt:Anders Broman1-6/+90
Attached is a patch to solve the CHOICE problem for review. Problem was two-fold: 1) not passing original class/tag to sub-choice we had matched BER_CLASS_ANY 2) not handling a count==0 if we had matched BER_CLASS_ANY The patch also includes a my constructed octet string fix again. svn path=/trunk/; revision=15698
2005-09-05Squelch compiler warnings.Guy Harris3-8/+8
svn path=/trunk/; revision=15697
2005-09-05Squelch compiler warnings.Guy Harris3-8/+8
svn path=/trunk/; revision=15696
2005-09-05Squelch a compiler warning.Guy Harris3-4/+4
svn path=/trunk/; revision=15695
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.Gerald Combs2-9/+1
For RTP, don't free se_allocated memory. svn path=/trunk/; revision=15694
2005-09-05Use the same string for the protocol's filter name as is used in theGuy Harris3-4/+4
names of its filterable fields. svn path=/trunk/; revision=15693
2005-09-05Include "packet-tcp.h" to declare tcp_dissect_pdus().Guy Harris1-0/+2
svn path=/trunk/; revision=15692
2005-09-05"strlen()" returns a "size_t"; use that for its return value.Guy Harris1-5/+8
Cast the argument to <ctype.h> macros to "guchar", so that if the 8th bit is set in the byte, it doesn't get sign-extended. svn path=/trunk/; revision=15691
2005-09-05Don't use curly braces in an author's log entry: it confuses the parser.Olivier Biot1-1/+1
svn path=/trunk/; revision=15690
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman4-18/+28
svn path=/trunk/; revision=15689
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman3-13/+23
svn path=/trunk/; revision=15688
2005-09-05branch_taken got lost in the recent changes.Anders Broman1-1/+16
svn path=/trunk/; revision=15687
2005-09-05Add a missing includeAnders Broman1-0/+1
svn path=/trunk/; revision=15686
2005-09-05the first attempt at SIP reassemblyTomas Kukosa1-1/+73
svn path=/trunk/; revision=15685
2005-09-05buffer where parameters variable pointed into was freedTomas Kukosa1-1/+1
it is necessary to make a copy svn path=/trunk/; revision=15684
2005-09-05- set length for "Encapsulated multipart part" tree itemTomas Kukosa1-3/+7
- pass right content type to media subdissectors svn path=/trunk/; revision=15683