The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assigned
[metze/wireshark/wip.git] / packet-wcp.c
2003-01-31 Guy HarrisGet rid of BASE_BIN - it's just the same as BASE_DEC...
2002-11-08 Guy HarrisAllow more than one circuit with the same circuit ID...
2002-10-22 Guy HarrisAdd in a notion of "circuits", which are for virtual...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-31 Guy HarrisFrom Motonori Shindo: support for reading CoSine L2...
2002-06-06 Gerald CombsKeep an invalid packet length from overflowing a data...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-04-11 Guy HarrisFrom Joerg Mayer: get rid of some unused arguments...
2002-02-27 Guy HarrisLabel the data source for various forms of reassembled...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-30 Guy HarrisMake "fr_subdissector_table" static - it's not used...
2001-11-27 Guy HarrisGet rid of some code to set "pinfo->current_proto"...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-21 Guy HarrisIf we have to worry about subdissectors changing the...
2001-11-20 Guy HarrisGet rid of the "len" and "captured_len" members of...
2001-11-15 Guy HarrisGet rid of NullTVB, the "compat_top_tvb" member of...
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-10 Guy HarrisIf the tvbuff pointer is null in "alloc_field_info...
2001-03-30 Guy HarrisNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-29 Guy HarrisAdd WCP to the list of Ethernet types in "etype_vals...
2001-03-29 Guy HarrisAn NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be...
2001-03-26 Jeff FosterAdded the created tvbuff into the original tvbuff chain...
2001-03-23 Guy HarrisAdd "volatile" qualifiers so that variables survive...
2001-03-23 Guy HarrisPull the NLPID for Wellfleet compression into "nlpid.h".
2001-03-23 Jeff FosterFixed problem in wcp_uncompress. If the proto_tree...
2001-03-23 Jeff FosterUpdated the frame relay dissector - dissect-fr.c