aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-04Do all the UDP port numbers that we can, and that don't require specialGuy Harris1-44/+27
2000-04-04Make a routine that takes a dissector table, a port number, andGuy Harris1-23/+5
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-17/+18
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris1-94/+19
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-4/+4
2000-02-23New dissector for DHIS (Dynamic Host Information Services) protocol.Olivier Abad1-1/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-2/+29
2000-02-09The time protocol is a simple request-response protocol, and doesn't endGuy Harris1-2/+1
2000-02-09Dietmar Petras provided:Gilbert Ramirez1-1/+5
2000-02-01Dissect packets to or from port 162 as SNMP packets - that's the port toGuy Harris1-2/+3
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-4/+2
2000-01-07Add John Thomas' L2TP dissector.Guy Harris1-1/+4
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-1/+4
1999-12-12WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1-1/+4
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-2/+24
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1-1/+7
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-3/+1
1999-12-03added skeletal tacplus/xtacacs dissectorNathan Neulinger1-2/+3
1999-11-23Added Cisco Auto-RP dissector from Heikki Vatiainen <hessu@cs.tut.fi>Gilbert Ramirez1-1/+3
1999-11-21Added Heikki Vatiainen's <hessu@cs.tut.fi> HSRP dissector.Gilbert Ramirez1-1/+3
1999-11-17Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1-1/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-9/+14
1999-11-14Move the test to see if something looks like an ONC RPC request or replyGuy Harris1-49/+6
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-1/+50
1999-10-24Kojak's ICQ dissector.Guy Harris1-2/+5
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-27/+20