aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
Commit message (Expand)AuthorAgeFilesLines
* If the amount of available data in a UDP packet is less than the length,Guy Harris2001-09-271-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* The only thing including "globals.h" did for us was to drag inGuy Harris2001-06-081-2/+2
* Add tree summary information similar to what's in packet-tcp.c.Gerald Combs2001-05-231-2/+20
* Get rid of unnecessary include.Guy Harris2001-04-231-2/+1
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-2/+3
* Use "proto_tree_add_boolean_hidden()", notGuy Harris2001-03-281-2/+2
* Add hidden fields for bad checksums to various IP-family protocols.Guy Harris2001-02-281-1/+8
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-26/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-6/+5
* Only define next_pd and next_offet if HAVE_PLUGINS is #defined, sinceGilbert Ramirez2001-01-111-1/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Add tables of "conversation" dissectors, which are associated withGuy Harris2001-01-091-1/+3
* Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris2001-01-061-13/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris2000-12-131-3/+59
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-35/+42
* Allow a plugin to specify several underlying protocols (i.e. tcp and udp).Olivier Abad2000-11-051-2/+3
* Wildcard matching is tricky - you have to try wildcarding both theGuy Harris2000-10-211-7/+1
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-17/+13
* Heuristic dissector table added (just like tcp). Direct call toUwe Girlich2000-07-141-8/+8
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-5/+5
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-2/+1
* Add tvbuff class.Gilbert Ramirez2000-05-111-8/+8
* Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris2000-04-201-2/+2
* In the NCP dissector, construct conversations using the source andGuy Harris2000-04-181-5/+2
* Tweak a comment.Guy Harris2000-04-171-2/+2
* Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resembleGuy Harris2000-04-171-22/+17
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-3/+9
* Register all the AFS ports in "proto_reg_handoff_rx()", rather thanGuy Harris2000-04-141-8/+1
* RFC 1058, on RIP V1, says:Guy Harris2000-04-141-6/+2
* Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez2000-04-141-2/+2
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-2/+2
* Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris2000-04-121-42/+70
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-79/+1
* Add a test to check if there is at least one enabled plugin before searchingOlivier Abad2000-04-041-2/+2
* Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"Guy Harris2000-04-041-4/+1
* Do all the UDP port numbers that we can, and that don't require specialGuy Harris2000-04-041-44/+27
* Make a routine that takes a dissector table, a port number, andGuy Harris2000-04-041-23/+5
* Move the creation of, and registration of protocols known to UDP in, theGuy Harris2000-04-031-17/+18
* Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris2000-04-031-94/+19
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-4/+4
* New dissector for DHIS (Dynamic Host Information Services) protocol.Olivier Abad2000-02-231-1/+6
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-2/+29
* The time protocol is a simple request-response protocol, and doesn't endGuy Harris2000-02-091-2/+1
* Dietmar Petras provided:Gilbert Ramirez2000-02-091-1/+5
* Dissect packets to or from port 162 as SNMP packets - that's the port toGuy Harris2000-02-011-2/+3
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-151-4/+2