aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Put in "XXX - implement me" comments on routines that have unusedGuy Harris2003-07-161-1/+3
* Quieten some unused variable warnings.Tim Potter2003-05-231-5/+5
* Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg2003-04-231-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-112/+112
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+2
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* From Joerg Mayer: get rid of unused arguments.Guy Harris2002-05-011-53/+48
* Fix a call to "proto_tree_add_ipv4()" that was supposed to be a call toGuy Harris2002-04-021-4/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-12/+12
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-4/+9
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-21/+30
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-17/+17
* There's no need to include "globals.h" - don't include it.Guy Harris2001-06-081-4/+2
* Fix error in dissect_connect_ack routine, proto_tree_add_item for hf_msproxy_...Jeff Foster2001-04-091-2/+2
* Tvbuffify the Microsoft Proxy dissector.Guy Harris2001-03-221-362/+290
* Boost the size of some buffers to leave room for the terminating NUL,Guy Harris2001-03-221-9/+16
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-3/+5
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-6/+7
* Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris2000-08-211-3/+2
* Fix a comment.Laurent Deniel2000-08-201-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-11/+6
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+5
* Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris2000-08-061-3/+3
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-3/+3
* Correct the URL for Dante.Gilbert Ramirez2000-05-311-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-47/+44
* Add tvbuff class.Gilbert Ramirez2000-05-111-75/+75
* Microsoft Proxy protocol dissector from Jeff Foster.Guy Harris2000-04-201-0/+1361