aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The Perl script process-x11-fields.pl is in the $(srcdir) and not in theUwe Girlich1-2/+2
2001-07-03Added "-all-static" take to _LDADD for ethereal_static and tethereal_staticEd Warnicke1-2/+5
2001-07-03From Frank Singleton: add subtrees for ServiceContextList and IOR.Guy Harris1-4/+30
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris3-42/+67
2001-07-03Use "val_to_str()" to translate numerical values to strings, don'tGuy Harris1-289/+229
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris13-62/+58
2001-07-03And explain why the fact that RFC 2858 says you can't do what RFC 2545Guy Harris1-2/+8
2001-07-03Explain why we dissect more than one address in the MP_REACH_NLRIGuy Harris1-1/+7
2001-07-03If the reply status isn't handled, don't complain about an unknownGuy Harris1-2/+2
2001-07-03Get rid of "tvb_bytes_exist()" calls that aren't protecting againstGuy Harris1-34/+24
2001-07-03Dissect the bitfields in the frame control field, and put the textGuy Harris1-4/+72
2001-07-03Whitespace cleanups in protocol tree and summary lines.Guy Harris1-7/+7
2001-07-03Fixes from Ronnie Sahlberg. (Yo, any CMU or Transarc^H^H^H^H^H^H^H^HIBMGuy Harris1-2/+55
2001-07-03Tvbuffify the rlogin dissector.Guy Harris1-221/+204
2001-07-02With IP fragment reassembly, the current frame when we're dissecting aGuy Harris1-20/+2
2001-07-02Put the IGMP type field value into the PIM tree, as is done for otherGuy Harris1-44/+42
2001-07-02Add PIMv1 support.Guy Harris4-67/+474
2001-07-02For DNS-over-TCP, put the length indicator into the tree for the DNSGuy Harris1-4/+14
2001-07-02Update Gerald's e-mail address.Guy Harris1-3/+2
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris6-1310/+751
2001-07-02Get rid of a now-unused variable; it's the only variable of typeGuy Harris2-20/+3
2001-07-02Fetch fields from the ISIS header one at a time, rather than snarfingGuy Harris2-58/+80
2001-07-02Fetch values only once from the tvbuff, and save them in a variable,Guy Harris1-16/+23
2001-07-02Fix the file name in the comment, and update Gerald's e-mail address.Guy Harris1-4/+3
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris11-893/+921
2001-07-01Fix a typo, discovered whilst testing the tvbuffified ISIS dissectorGuy Harris1-2/+2
2001-06-30From Ronnie Sahlberg: fix the AFS macros to parse the element count inGuy Harris1-7/+7
2001-06-29From Frank Singleton: when GIOP sub-dissectors register themselves, haveGuy Harris3-24/+43
2001-06-29MSNIP support, from Ronnie Sahlberg.Guy Harris6-11/+433
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris5-53/+66
2001-06-29Update Gerald's e-mail address.Guy Harris2-7/+4
2001-06-28Include <string.h> to get "memcmp()" and "memcpy()" declared.Guy Harris1-1/+3
2001-06-28Updates from Mark Burton.Guy Harris1-40/+234
2001-06-28Handle a few of the NCP types from the traces sent in by Pete,Gilbert Ramirez3-494/+722
2001-06-27Improved support for CORBA IDL "fixed" types, and other updates, fromGuy Harris1-37/+66
2001-06-27Improved support for CORBA IDL "fixed" types, and fix to handling ofGuy Harris2-44/+247
2001-06-27MRDISC support, from Ronnie Sahlberg.Guy Harris6-4/+395
2001-06-27Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris2-2/+10
2001-06-27Fix a problem that shows up if you build without libpcap.Guy Harris1-3/+3
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isGuy Harris4-37/+123
2001-06-26If length arguments to "%*s" aren't of type "int", cast them to "int",Guy Harris1-4/+4
2001-06-26Add HFILL to explicitly fill in some additional structure members.Guy Harris2-6/+6
2001-06-26indentation consistencies.Jun-ichiro itojun Hagino2-437/+409
2001-06-25Remove second entry for Michael Rozhavsky - "Additional OSPF LSA typesGuy Harris1-4/+0
2001-06-25A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris1-14/+9
2001-06-25In "decode_network()", get the information about the currently selectedGuy Harris1-6/+13
2001-06-23More IS-IS updates.Guy Harris8-60/+409
2001-06-23Include "strerror.h" only on platforms that don't declare it in aGuy Harris1-1/+3
2001-06-23"index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSIGuy Harris1-4/+3
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez3-11/+85