aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-11-16From Lars Roland Service Response times for H225 RASRonnie Sahlberg13-10/+1209
2003-11-16Bugfix for h450.Ronnie Sahlberg1-2/+2
2003-11-15From Olivier Biot: fix the offset for the Encoding-Version header in theGuy Harris1-2/+2
2003-11-15From Michael Lum: add <shift><control> hotkeys for Protocols andGuy Harris1-3/+3
2003-11-15GTK2 specific: use some Ethereal specific stock icons generated in toolbar.cUlf Lamping1-8/+8
2003-11-15handlebar removed,Ulf Lamping2-31/+103
2003-11-15added gdk_pixbuf to GTK2 specific libs to link (needed in toolbar.c)Ulf Lamping1-1/+2
2003-11-15removed no longer used gtk includesUlf Lamping1-4/+1
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c,Ulf Lamping1-0/+279
2003-11-15added "#include <epan/packet.h>" to be able to include "capture.h"Ulf Lamping1-1/+2
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.cUlf Lamping4-145/+63
2003-11-14When it comes to whether to use "select()" or not, even if you'reGuy Harris1-13/+10
2003-11-14Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk aboutGuy Harris1-5/+5
2003-11-14From Josef Korelus: update the offset after decoding an IE.Guy Harris1-1/+2
2003-11-14Fix the heuristics so that they recognize Linux DLT_NULL headers.Guy Harris1-65/+199
2003-11-14Add support for the compact form of headers.Guy Harris1-54/+62
2003-11-14From Michael Lum: fix up handling of ABORT package.Guy Harris1-21/+59
2003-11-14From Olivier Biot: fix the debugging output of "tvb_get_guintvar()".Guy Harris1-9/+7
2003-11-13From Olivier Biot: use "g_strdup_printf()" to generateGuy Harris1-84/+31
2003-11-13Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris5-9/+18
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