aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-11-18Latest config.guess and config.sub fromGuy Harris2-13/+65
2003-11-18removed MSVC warningsUlf Lamping1-3/+2
2003-11-18Document the capture filter changes that were just checked in.Gerald Combs1-0/+5
2003-11-18Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,Gerald Combs3-3/+62
2003-11-18removed some warningsUlf Lamping1-2/+4
2003-11-17updates to ip_to_str[_buf]() to make them faster.Ronnie Sahlberg1-39/+79
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris7-28/+23
2003-11-17Tweak the introductory comment.Guy Harris1-2/+1
2003-11-17Fix the .cvsignore files.Guy Harris2-6/+6
2003-11-17From Erwin Rol: check the checksum in RDM packets.Guy Harris1-4/+21
2003-11-17From Lo�c Minier: append $(EXEEXT) to the names of binaries, so thatGuy Harris1-8/+8
2003-11-17From Lars Roland: use the c= and m= information to set up conversationsGuy Harris1-11/+126
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.Guy Harris27-36/+1462
2003-11-17Not all compilers allow array/structure/union members of automaticGuy Harris1-20/+26
2003-11-17Fix a typo.Guy Harris1-2/+2
2003-11-17added ETHERTYPE_PROFINETUlf Lamping2-2/+8
2003-11-17"capture()" takes a "struct pcap_stat *" argument, so you need toGuy Harris1-2/+3
2003-11-17Get rid of a no-longer-used variable.Guy Harris1-2/+1
2003-11-16Export "protocol_t" as an opaque type.Guy Harris42-291/+201
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