The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assigned
[metze/wireshark/wip.git] / packet-msproxy.c
2003-05-23 Tim PotterQuieten some unused variable warnings.
2003-04-23 Ronnie SahlbergUpdate to TCP to handle hints from dissectors where...
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-17 Guy HarrisFrom Joerg Mayer:
2002-05-01 Guy HarrisFrom Joerg Mayer: get rid of unused arguments.
2002-04-02 Guy HarrisFix a call to "proto_tree_add_ipv4()" that was supposed...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
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-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
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-06-08 Guy HarrisThere's no need to include "globals.h" - don't include it.
2001-04-09 Jeff FosterFix error in dissect_connect_ack routine, proto_tree_ad...
2001-03-22 Guy HarrisTvbuffify the Microsoft Proxy dissector.
2001-03-22 Guy HarrisBoost the size of some buffers to leave room for the...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-18 Guy HarrisTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-10-21 Guy HarrisSupport for conversations with "wildcard" destination...
2000-08-21 Guy HarrisChange from Andreas Sikkema to change the "old" and...
2000-08-20 Laurent DenielFix a comment.
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-06 Guy HarrisUse "BYTES_ARE_IN_FRAME()" rather than explicitly check...
2000-08-06 Guy HarrisDon't use "fd->pkt_len" when checking to see if you...
2000-05-31 Gilbert RamirezCorrect the URL for Dante.
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-20 Guy HarrisMicrosoft Proxy protocol dissector from Jeff Foster.