aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in ordergerald45-135/+140
2005-09-07SIP reassembly using req_resp_hdrs_do_reassembly()kukosa1-126/+125
2005-09-06Add a note about PCRE.gerald1-0/+7
2005-09-06Add patterns to svn:ignore.gerald0-0/+0
2005-09-06Move to the latest ethereal-win32-libs tag.gerald3-3/+5
2005-09-06Add a section on file locations.gerald1-1/+4
2005-09-06In doc/Makefile.nmake, use the "install-deps" target from the rootgerald3-11/+6
2005-09-06Ftam - Use some mofe FN_PAR:setxrab4-21/+91
2005-09-06Make sure we don't overflow the dialedDigits array.guy2-3/+9
2005-09-06Fail somewhat gracefully if malloc() fails.guy1-9/+11
2005-09-06get rid of few warningskukosa6-26/+29
2005-09-06reassembly improvementskukosa1-16/+21
2005-09-06From Graeme Lunt:etxrab1-6/+90
2005-09-05Squelch compiler warnings.guy3-8/+8
2005-09-05Squelch compiler warnings.guy3-8/+8
2005-09-05Squelch a compiler warning.guy3-4/+4
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.gerald2-9/+1
2005-09-05Use the same string for the protocol's filter name as is used in theguy3-4/+4
2005-09-05Include "packet-tcp.h" to declare tcp_dissect_pdus().guy1-0/+2
2005-09-05"strlen()" returns a "size_t"; use that for its return value.guy1-5/+8
2005-09-05Don't use curly braces in an author's log entry: it confuses the parser.obiot1-1/+1
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.etxrab4-18/+28
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.etxrab3-13/+23
2005-09-05branch_taken got lost in the recent changes.etxrab1-1/+16
2005-09-05Add a missing includeetxrab1-0/+1
2005-09-05the first attempt at SIP reassemblykukosa1-1/+73
2005-09-05buffer where parameters variable pointed into was freedkukosa1-1/+1
2005-09-05- set length for "Encapsulated multipart part" tree itemkukosa1-3/+7
2005-09-05new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatkukosa2-11/+138
2005-09-05Fix a typo, should make the buildbot hapy again.etxrab1-1/+1
2005-09-04 From Graeme Luntetxrab20-434/+14237
2005-09-04From Graeme Luntetxrab36-91/+6108
2005-09-04From Graeme Lunt:etxrab9-88/+98
2005-09-04Make Objekt Key a HEX string.etxrab1-25/+11
2005-09-03Make usage messages fit within 80 characters.guy1-8/+9
2005-09-03As with Ethereal, so with Tethereal; we're not a GNU program, don't sayguy1-1/+1
2005-09-03Use the "svnversion" variable, exported by version_info.c, to print theguy1-6/+2
2005-09-02In RTnet, make sure we don't pass a null handle to call_dissector(). Addgerald2-6/+11
2005-09-02Fix a typo.gerald1-1/+1
2005-09-02don't crash if the file_set dialog is opened and a "none fileset" file is alr...ulfl1-5/+11
2005-09-02text2pcap can add fake SCTP headers.guy1-7/+6
2005-09-02another switch that should be a value_stringsahlberg1-7/+9
2005-09-02make two thigs that should be value_strings value_stringssahlberg1-14/+18
2005-09-02A PDU dissector called by tcp_dissect_pdus() can't return anything.guy1-38/+38
2005-09-02From Steve Karg etxrab1-211/+117
2005-09-02From ouli:etxrab3-8/+38
2005-09-02Regenerate dissectors with the current asn2eth.guy33-892/+1637
2005-09-01It looks like there might not always be a body, check if there is.etxrab1-2/+4
2005-09-01Normalize our hf_id checks and make sure our hf_ids are valid before wegerald1-36/+44
2005-09-01Re-assemble GIOP over TCP.etxrab1-27/+107