aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-06Move to the latest ethereal-win32-libs tag.Gerald Combs3-3/+5
2005-09-06Add a section on file locations.Gerald Combs1-1/+4
2005-09-06In doc/Makefile.nmake, use the "install-deps" target from the rootGerald Combs3-11/+6
2005-09-06Ftam - Use some mofe FN_PAR:sAnders Broman4-21/+91
2005-09-06Make sure we don't overflow the dialedDigits array.Guy Harris2-3/+9
2005-09-06Fail somewhat gracefully if malloc() fails.Guy Harris1-9/+11
2005-09-06get rid of few warningsTomas Kukosa6-26/+29
2005-09-06reassembly improvementsTomas Kukosa1-16/+21
2005-09-06From Graeme Lunt:Anders Broman1-6/+90
2005-09-05Squelch compiler warnings.Guy Harris3-8/+8
2005-09-05Squelch compiler warnings.Guy Harris3-8/+8
2005-09-05Squelch a compiler warning.Guy Harris3-4/+4
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.Gerald Combs2-9/+1
2005-09-05Use the same string for the protocol's filter name as is used in theGuy Harris3-4/+4
2005-09-05Include "packet-tcp.h" to declare tcp_dissect_pdus().Guy Harris1-0/+2
2005-09-05"strlen()" returns a "size_t"; use that for its return value.Guy Harris1-5/+8
2005-09-05Don't use curly braces in an author's log entry: it confuses the parser.Olivier Biot1-1/+1
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman4-18/+28
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman3-13/+23
2005-09-05branch_taken got lost in the recent changes.Anders Broman1-1/+16
2005-09-05Add a missing includeAnders Broman1-0/+1
2005-09-05the first attempt at SIP reassemblyTomas Kukosa1-1/+73
2005-09-05buffer where parameters variable pointed into was freedTomas Kukosa1-1/+1
2005-09-05- set length for "Encapsulated multipart part" tree itemTomas Kukosa1-3/+7
2005-09-05new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatTomas Kukosa2-11/+138
2005-09-05Fix a typo, should make the buildbot hapy again.Anders Broman1-1/+1
2005-09-04 From Graeme LuntAnders Broman20-434/+14237
2005-09-04From Graeme LuntAnders Broman36-91/+6108
2005-09-04From Graeme Lunt:Anders Broman9-88/+98
2005-09-04Make Objekt Key a HEX string.Anders Broman1-25/+11
2005-09-03Make usage messages fit within 80 characters.Guy Harris1-8/+9
2005-09-03As with Ethereal, so with Tethereal; we're not a GNU program, don't sayGuy Harris1-1/+1
2005-09-03Use the "svnversion" variable, exported by version_info.c, to print theGuy Harris1-6/+2
2005-09-02In RTnet, make sure we don't pass a null handle to call_dissector(). AddGerald Combs2-6/+11
2005-09-02Fix a typo.Gerald Combs1-1/+1
2005-09-02don't crash if the file_set dialog is opened and a "none fileset" file is alr...Ulf Lamping1-5/+11
2005-09-02text2pcap can add fake SCTP headers.Guy Harris1-7/+6
2005-09-02another switch that should be a value_stringRonnie Sahlberg1-7/+9
2005-09-02make two thigs that should be value_strings value_stringsRonnie Sahlberg1-14/+18
2005-09-02A PDU dissector called by tcp_dissect_pdus() can't return anything.Guy Harris1-38/+38
2005-09-02From Steve Karg Anders Broman1-211/+117
2005-09-02From ouli:Anders Broman3-8/+38
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris33-892/+1637
2005-09-01It looks like there might not always be a body, check if there is.Anders Broman1-2/+4
2005-09-01Normalize our hf_id checks and make sure our hf_ids are valid before weGerald Combs1-36/+44
2005-09-01Re-assemble GIOP over TCP.Anders Broman1-27/+107
2005-09-01convert to g_snprintf()Ronnie Sahlberg4-17/+8
2005-09-01Get rid of a no-longer-used #define.Guy Harris1-2/+0
2005-09-01Use "proto_item_append_text()" rather than filling up an allocatedGuy Harris1-41/+39
2005-09-01128 bytes isn't much room for the stack; revert to using an on-the-stackGuy Harris1-5/+3