aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-08-20From Matthew Bradley: add filterable fields for the COTP TPDU numbersGuy Harris1-28/+57
2004-08-19From Luis Ontanon: add some fields for filtering r packet-isup which adds A,...Anders Broman1-1/+26
2004-08-19MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in anGuy Harris1-1/+1
2004-08-19Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather thanGuy Harris1-1/+1
2004-08-18Don't assume that if we find a conversation that we've set a dissectorGuy Harris2-49/+53
2004-08-18Samba's smbclient doesn't put the extra stuff after the list of names inGuy Harris1-6/+11
2004-08-17Don't give up on the entire DHCPv6 packet if we find an error inGuy Harris1-9/+19
2004-08-16Don't do the FILETIME->nstime_t conversion in floating point, as itGuy Harris1-13/+18
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...Ulf Lamping2-6/+6
2004-08-16From Ronnie Sahlberg: update the fs attributes to be more complete andGuy Harris1-15/+120
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris1-9/+18
2004-08-16Whenever we call "dhcpv6_option()", check to make sure it didn't setGuy Harris1-10/+21
2004-08-16From Martin Mathieson:Guy Harris1-39/+55
2004-08-16According to draft-ietf-dhc-failover-10, the message digest type is 1Guy Harris1-3/+8
2004-08-15From Ronnie Sahlberg: Netscape certificate extensions.Gerald Combs2-0/+339
2004-08-15Make message_digest_type a guint16. Removed cast.Jörg Mayer1-2/+3
2004-08-15remove MSVC compiler warning (required a type cast)Ulf Lamping1-1/+1
2004-08-15Dissect the last unknown item at the end of the NTLMv2 blob.Guy Harris1-1/+7
2004-08-13From Jelmer Vernooij:Guy Harris6-7/+292
2004-08-13From Giles Scott: Ethernet MAC Control Frame support.Guy Harris2-0/+106
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs3-0/+131
2004-08-12Note that the CIFS spec claims that the service name string in TreeGuy Harris1-0/+5
2004-08-11From Tomas Kukosa: add a dissector table for OIDs in variable bindings,Guy Harris1-5/+29
2004-08-10The FreeTDS documentation on TDS claims that the field after the localeGuy Harris1-1/+4
2004-08-10From Neil Piercy: put in some missing "put in the terminating NUL"sGuy Harris1-0/+3
2004-08-10Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"Guy Harris1-0/+20
2004-08-10From Graham Bloice: Allow libethereal.dll to be built after recent changes.Gerald Combs1-2/+2
2004-08-10Fix a typo.Guy Harris1-1/+1
2004-08-10Add LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,Guy Harris3-91/+73
2004-08-10Use the protocol short name as the Protocol column value, as is done inGuy Harris1-1/+1
2004-08-09Merge the "resolv" rename changes with the trunk.Gerald Combs3-3/+3
2004-08-09- Small cosmetic fix to DHCP failover prefsJörg Mayer1-3/+2
2004-08-09Enable the configurable port number - and make the filter name for theGuy Harris1-22/+14
2004-08-09M. Ortega y Strupp <moys@loplof.de>Jörg Mayer2-0/+1180
2004-08-07While we're add it, support the multicast protocol type values for PPPGuy Harris1-0/+3
2004-08-07Add protocol 0xad as AX/4000 Testframe.Jörg Mayer1-2/+2
2004-08-07Hanlde 8848 on Ethernet the same as 8847. Not sure that thisJörg Mayer1-0/+1
2004-08-06From Yaniv Kaul:Guy Harris1-68/+45
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris57-57/+57
2004-08-06From Jeff Connelly: MANOLITO support.Guy Harris2-0/+296
2004-08-06Set the "svn:keywords" and "svn:eol-style" properties to their standardGuy Harris1-1/+1
2004-08-06Put "Spirent" into the initial comment so people are more likely to beGuy Harris1-1/+1
2004-08-05SEKINE Hideki: Routines for AX/4000 Test Block dissectionJörg Mayer2-0/+182
2004-08-04Fix a URL.Guy Harris1-1/+1
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris29-2373/+2585
2004-08-02Every file that includes "packet-smb-common.h" either includes "smb.h"Guy Harris1-2/+0
2004-08-02Nothing, other than the include of "smb.h", in "packet-smb-common.h" isGuy Harris1-1/+1
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toGuy Harris3-14/+10
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris6-12/+25
2004-08-02The TDS dissector uses nothing from "packet-smb-common.h", so don'tGuy Harris1-1/+0