aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-20Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1-1/+8
1999-10-15Nathan Neulinger's patch to set "pi.srcport" and "pi.dstport".Guy Harris1-1/+4
1999-10-14Nathan Neulinger's NTP dissector.Guy Harris1-1/+4
1999-10-12Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1-2/+5
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-6/+11
1999-10-02Check for truncated header.Laurent Deniel1-2/+6
1999-09-14Peter Torvals' Internet Cache Protocol dissector.Guy Harris1-2/+4
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-7/+2
1999-08-05"packet-udp.c" and "packet-x25.c" both have global variables namedGuy Harris1-2/+2
1999-07-22Converted UDP fields to new proto_tree functions.Gilbert Ramirez1-8/+46
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1-1/+10
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-8/+7
1999-06-25When checking to see if a packet is of a given type by checking theGuy Harris1-25/+14
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+5
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez1-1/+7
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.Guy Harris1-2/+7
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-19/+38
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1-1/+2
1999-02-15Added Richard Sharpe's TFTP support.Guy Harris1-8/+127
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-1/+5
1998-12-21Changed port print formats to unsigned, added raw port number to tree output.Gerald Combs1-6/+8
1998-11-20Added NetBIOS Datagram (over UDP) support.Gilbert Ramirez1-1/+4
1998-11-17* Fixes for TCP and UDP port number display.Gerald Combs1-2/+10
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+5
1998-10-14Don't assume the UDP header is always properly aligned (sometimes itGuy Harris1-7/+8
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. NoteGilbert Ramirez1-1/+4
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-4/+4
1998-09-21IPX over IP (rfc 1234) added. Very trivial.Gilbert Ramirez1-1/+4
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+92