aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add John Thomas' L2TP dissector.Guy Harris2000-01-071-1/+4
* Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1999-12-121-1/+4
* WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1999-12-121-1/+4
* plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1999-12-091-2/+24
* James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1999-12-071-1/+7
* As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1999-12-051-3/+1
* added skeletal tacplus/xtacacs dissectorNathan Neulinger1999-12-031-2/+3
* Added Cisco Auto-RP dissector from Heikki Vatiainen <hessu@cs.tut.fi>Gilbert Ramirez1999-11-231-1/+3
* Added Heikki Vatiainen's <hessu@cs.tut.fi> HSRP dissector.Gilbert Ramirez1999-11-211-1/+3
* Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1999-11-171-1/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-9/+14
* Move the test to see if something looks like an ONC RPC request or replyGuy Harris1999-11-141-49/+6
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-1/+50
* Kojak's ICQ dissector.Guy Harris1999-10-241-2/+5
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-27/+20
* Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-201-1/+8
* Nathan Neulinger's patch to set "pi.srcport" and "pi.dstport".Guy Harris1999-10-151-1/+4
* Nathan Neulinger's NTP dissector.Guy Harris1999-10-141-1/+4
* Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1999-10-121-2/+5
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-6/+11