aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-2/+2
2000-04-12Jeff Foster's SOCKS dissector, support for associating dissectorsguy1-42/+70
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-79/+1
2000-04-04Add a test to check if there is at least one enabled plugin before searchingoabad1-2/+2
2000-04-04Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"guy1-4/+1
2000-04-04Do all the UDP port numbers that we can, and that don't require specialguy1-44/+27
2000-04-04Make a routine that takes a dissector table, a port number, andguy1-23/+5
2000-04-03Move the creation of, and registration of protocols known to UDP in, theguy1-17/+18
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolguy1-94/+19
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-4/+4
2000-02-23New dissector for DHIS (Dynamic Host Information Services) protocol.oabad1-1/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-2/+29
2000-02-09The time protocol is a simple request-response protocol, and doesn't endguy1-2/+1
2000-02-09Dietmar Petras provided:gram1-1/+5
2000-02-01Dissect packets to or from port 162 as SNMP packets - that's the port toguy1-2/+3
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledgram1-4/+2
2000-01-07Add John Thomas' L2TP dissector.guy1-1/+4
1999-12-12Add the who protocol (rwho/rwhod/ruptime)gram1-1/+4
1999-12-12WCCP 1.0 dissection, from Jerry Talkington.guy1-1/+4
1999-12-09plugins support (i.e. Dynamically loadable dissectors)oabad1-2/+24
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.guy1-1/+7
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifguy1-3/+1
1999-12-03added skeletal tacplus/xtacacs dissectornneul1-2/+3
1999-11-23Added Cisco Auto-RP dissector from Heikki Vatiainen <hessu@cs.tut.fi>gram1-1/+3
1999-11-21Added Heikki Vatiainen's <hessu@cs.tut.fi> HSRP dissector.gram1-1/+3
1999-11-17Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.guy1-1/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-9/+14
1999-11-14Move the test to see if something looks like an ONC RPC request or replyguy1-49/+6
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.guy1-1/+50
1999-10-24Kojak's ICQ dissector.guy1-2/+5
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-27/+20
1999-10-20Added Nathan's patch for AFS and RX dissection.gram1-1/+8
1999-10-15Nathan Neulinger's patch to set "pi.srcport" and "pi.dstport".guy1-1/+4
1999-10-14Nathan Neulinger's NTP dissector.guy1-1/+4
1999-10-12Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingguy1-2/+5
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-6/+11
1999-10-02Check for truncated header.deniel1-2/+6
1999-09-14Peter Torvals' Internet Cache Protocol dissector.guy1-2/+4
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-7/+2
1999-08-05"packet-udp.c" and "packet-x25.c" both have global variables namedguy1-2/+2
1999-07-22Converted UDP fields to new proto_tree functions.gram1-8/+46
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with thegram1-1/+10
1999-07-07Created a new protocol tree implementation and a new display filtergram1-8/+7
1999-06-25When checking to see if a packet is of a given type by checking theguy1-25/+14
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.gram1-1/+5
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled ingram1-1/+7
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.guy1-2/+7
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-19/+38
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xgram1-1/+2
1999-02-15Added Richard Sharpe's TFTP support.guy1-8/+127