aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-11/+11
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-16/+8
* When looking for dissectors for the source and destination port numbersGuy Harris2002-06-081-4/+30
* fix spelling errorNathan Neulinger2002-01-221-2/+2
* 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-7/+7
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-3/+1
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+4
* 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