aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.gram1-356/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-22Use the length field in the UDP header:guy1-10/+30
2003-09-03UDP tap fix.sahlberg1-2/+2
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...sahlberg1-2/+3
2003-07-24From Lars Roland: add a preference to control whether, in the TCPguy1-7/+21
2003-06-04If the UDP datagram is included in an error packet, don't dissect theguy1-3/+15
2003-03-03Added tap functionality to UDPsahlberg1-39/+40
2003-01-28Panic if a preference starts with the name of the module to which itguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-11/+11
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-16/+8
2002-06-08When looking for dissectors for the source and destination port numbersguy1-4/+30
2002-01-22fix spelling errornneul1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-03Get rid of the lists of conversation dissectors; instead, have aguy1-3/+1
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+4
2001-09-27If the amount of available data in a UDP packet is less than the length,guy1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
2001-06-08The only thing including "globals.h" did for us was to drag inguy1-2/+2
2001-05-23Add tree summary information similar to what's in packet-tcp.c.gerald1-2/+20
2001-04-23Get rid of unnecessary include.guy1-2/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-2/+3
2001-03-28Use "proto_tree_add_boolean_hidden()", notguy1-2/+2
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.guy1-1/+8
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsguy1-26/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-6/+5
2001-01-11Only define next_pd and next_offet if HAVE_PLUGINS is #defined, sincegram1-1/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-09Add tables of "conversation" dissectors, which are associated withguy1-1/+3
2001-01-06Tvbuffify the Vines dissector, and add protocols for the Vinesguy1-13/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;guy1-3/+59
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-35/+42
2000-11-05Allow a plugin to specify several underlying protocols (i.e. tcp and udp).oabad1-2/+3
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theguy1-7/+1
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-17/+13
2000-07-14Heuristic dissector table added (just like tcp). Direct call togirlich1-8/+8
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-5/+5
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketguy1-2/+1
2000-05-11Add tvbuff class.gram1-8/+8
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4guy1-2/+2
2000-04-18In the NCP dissector, construct conversations using the source andguy1-5/+2
2000-04-17Tweak a comment.guy1-2/+2
2000-04-17Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resembleguy1-22/+17
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forguy1-3/+9