aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-11/+11
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-16/+8
2002-06-08When looking for dissectors for the source and destination port numbersGuy Harris1-4/+30
2002-01-22fix spelling errorNathan Neulinger1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-3/+1
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+4
2001-09-27If the amount of available data in a UDP packet is less than the length,Guy Harris1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-06-08The only thing including "globals.h" did for us was to drag inGuy Harris1-2/+2
2001-05-23Add tree summary information similar to what's in packet-tcp.c.Gerald Combs1-2/+20
2001-04-23Get rid of unnecessary include.Guy Harris1-2/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+3
2001-03-28Use "proto_tree_add_boolean_hidden()", notGuy Harris1-2/+2
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.Guy Harris1-1/+8
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-26/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-6/+5
2001-01-11Only define next_pd and next_offet if HAVE_PLUGINS is #defined, sinceGilbert Ramirez1-1/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-09Add tables of "conversation" dissectors, which are associated withGuy Harris1-1/+3
2001-01-06Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris1-13/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-3/+59
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-35/+42
2000-11-05Allow a plugin to specify several underlying protocols (i.e. tcp and udp).Olivier Abad1-2/+3
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theGuy Harris1-7/+1
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-17/+13
2000-07-14Heuristic dissector table added (just like tcp). Direct call toUwe Girlich1-8/+8
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-5/+5
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris1-2/+1
2000-05-11Add tvbuff class.Gilbert Ramirez1-8/+8
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-2/+2
2000-04-18In the NCP dissector, construct conversations using the source andGuy Harris1-5/+2
2000-04-17Tweak a comment.Guy Harris1-2/+2
2000-04-17Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resembleGuy Harris1-22/+17
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-3/+9
2000-04-14Register all the AFS ports in "proto_reg_handoff_rx()", rather thanGuy Harris1-8/+1
2000-04-14RFC 1058, on RIP V1, says:Guy Harris1-6/+2
2000-04-14Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez1-2/+2
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-2/+2
2000-04-12Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris1-42/+70
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-79/+1
2000-04-04Add a test to check if there is at least one enabled plugin before searchingOlivier Abad1-2/+2
2000-04-04Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"Guy Harris1-4/+1