aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-11-13From Jaime Fournier: get rid of space in field name.Guy Harris1-2/+2
2003-11-13Change the gboolean controlling whether to use TCP Sequence Number Analysis a...Ronnie Sahlberg1-3/+3
2003-11-13For Time Reference frames reset the counter for CulmulativeBytes.Ronnie Sahlberg2-1/+8
2003-11-13Change the strings shown for ICMP TTL exceeded to match the wording in the st...Ronnie Sahlberg1-3/+3
2003-11-13We can't pass NULLs to proto_tree_add_text(). Replace a bunch of occurrencesGerald Combs1-14/+23
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.Guy Harris1-2/+2
2003-11-12From Olivier Biot:Guy Harris1-153/+211
2003-11-12From Chris Waters:Guy Harris1-117/+192
2003-11-12From Matthias Drochner: support for mode 6 and mode 7 control packetsGuy Harris3-157/+613
2003-11-12completely redesigned print dialog layout, to be more obvious to the userUlf Lamping1-199/+295
2003-11-12Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.Gerald Combs1-3/+1
2003-11-12Put stub data back where it was in the tree before.Guy Harris1-3/+3
2003-11-12If what remains of the SMB byte count exceeds the data left in theGuy Harris1-4/+2
2003-11-11From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesGuy Harris2-4/+30
2003-11-11Add parameter length checking.Guy Harris1-1/+86
2003-11-11From Mohammad Hanif: fix dissection of RSVP DETOUR object code.Guy Harris1-5/+11
2003-11-11Get rid of carriage returns in source files.Guy Harris16-2714/+2714
2003-11-11Make the declaration of "process_tcp_payload()" match the definition.Guy Harris1-2/+2
2003-11-11"tacplus_pref_cb()" takes no arguments, not an unspecified list ofGuy Harris1-2/+2
2003-11-11Get rid of GLib 1.3 support - current versions of GTK+ 1.3 require GLibGuy Harris1-30/+26
2003-11-11added some print dialog flags, to disable some unsupported print featuresUlf Lamping1-2/+10
2003-11-11From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.Guy Harris6-2/+1765
2003-11-11Add "asn1_id_decode1()" to the list of exported functions.Guy Harris6-2/+8
2003-11-11From Michael Lum:Guy Harris1-27/+195
2003-11-11From Michael Lum:Guy Harris1-354/+342
2003-11-11The user interface preference page has only 9 rows in the GTK+ 2.xGuy Harris1-1/+5
2003-11-11Create the last two items in the GUI preferences page's first column theGuy Harris1-15/+16
2003-11-10From Albert Chin: <stdlib.h> on HP-UX 11.00 (and possibly 10.20 andGuy Harris1-3/+3
2003-11-10From Martin Regner:Guy Harris1-2/+22
2003-11-10From Yaniv Kaul:Guy Harris1-6/+13
2003-11-10From Albert Chin: dynamically allocate the "ett" array - some compilersGuy Harris1-3/+14
2003-11-10The Q.931 dissector never checked whether the codeset variable was set to a r...Ronnie Sahlberg1-2/+28
2003-11-10Bugfix for ethereal crashesRonnie Sahlberg1-3/+12
2003-11-10Not all LDAP PDUs are aligned to the start of a TCP segment.Ronnie Sahlberg2-4/+49
2003-11-09Fix the type of the "integer" argument to "asn1_uint32_value_decode()",Guy Harris2-4/+4
2003-11-09From Martin Mathieson: display the bitfields forGuy Harris4-39/+41
2003-11-09From Michael Lum: add the ability to put parameter data at the end ofGuy Harris1-676/+884
2003-11-09From Michael Lum get rid of non-portable "%N$" constructs in printfGuy Harris1-60/+51
2003-11-09Remove accidentally-inserted letter.Guy Harris1-2/+2
2003-11-09From Michael Lum:Guy Harris1-143/+136
2003-11-09From Albert Chin: the HP-UX 10.20 C compiler doesn't allowGuy Harris1-3/+3
2003-11-09From Albert Chin: get rid of null statements outside of function bodiesGuy Harris1-18/+18
2003-11-09From Albert Chin: get rid of C++ comments.Guy Harris1-8/+8
2003-11-09From Gisle Vanem:Guy Harris1-2/+5
2003-11-08Have "decode_tcp_ports()" handle only the handoff to a subdissector -Guy Harris2-61/+64
2003-11-08From Mohammad Hanif:Guy Harris3-9/+46
2003-11-08"decode_tcp_ports()" is for use by protocols that proxy transport-layerGuy Harris4-40/+62
2003-11-07Let people configure whether to build with Zlib or not solely byGuy Harris5-12/+34
2003-11-07Nothing here should require zlib.h, so we shouldn't need to doGuy Harris1-2/+1
2003-11-07From Olivier Biot: implement the Range, Content-Range andGuy Harris1-24/+245