The hash table merely associates data structures with conversations,
[obnox/wireshark/wip.git] / packet-ip.c
2001-10-31 guySupport for Mobile IP's use of ICMP Router Advertisemen...
2001-10-01 guyHave a flag in the "packet_info" structure, which indic...
2001-09-27 guyWhen dissecting an ICMP datagram that contains part...
2001-07-20 guyGet rid of some unused variables.
2001-06-29 guyCreate a routine to do the tvbuff-length-adjusting and
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-08 guyDon't display the data portion of an ER NPDU - we disse...
2001-06-08 guyMove the fragment reassembly code into "reassemble...
2001-06-05 guyThere is no string value assigned to the "ip.fragment...
2001-05-23 geraldAdd tree summary information similar to what's in packe...
2001-05-20 guyRewritten IGMP dissector, from Ronnie Sahlberg.
2001-04-18 guyIP fragment reassembly, from Ronnie Sahlberg.
2001-04-17 guyMove the declaration of "ipprotostr()" out of "epan...
2001-03-28 guyUse "proto_tree_add_boolean_hidden()", not
2001-03-28 guyIf the IP header length is < 20, don't try to dissect...
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-03-05 guyIP_PROTO_IPV4 and IP_PROTO_IPIP are both 4; there's...
2001-02-28 guyAdd hidden fields for bad checksums to various IP-famil...
2001-02-21 gramInitialize hf_ip_checksum_bad to -1 like all other...
2001-02-21 guyChange from James E. Flemer to add hidden Boolean field...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyMake GRE use a dissector table for its protocol types...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-29 guyIf we get an exception when dissecting a packet, append...
2000-12-14 guyFix a typo in a comment.
2000-12-14 guyPPP patches from Burke Lau to:
2000-12-13 ashoknAdded support for Router-Alert IP option (RFC2113)
2000-12-13 guyDon't check the checksum of ICMP datagrams that are...
2000-12-13 guyAdd code to check the checksums of TCP segments and...
2000-12-08 guyWhen printing an address mask in hex, zero-pad it,...
2000-12-04 guyAdd a "col_clear()" routine, to clear a column; it...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-17 guyGive the "null" link-layer header dissector a dissector...
2000-10-21 guyCheck ICMP checksum. XXX - won't work if the ICMP...
2000-09-16 sharpeApply the patch for ECN in the IP header from
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-05 guyMake the ICMP top-of-protocol-tree item cover the entir...
2000-08-05 guyMake "ip_checksum()" take just pointer and length argum...
2000-08-04 guyClean up the checksumming stuff a bit:
2000-08-04 gramIf IP checksum is incorrect, show what correct value...
2000-07-05 guyAdd support for a global "ethereal.conf" preferences...
2000-06-20 gramtvbuffify the IGMP dissector. There's still plenty...
2000-06-13 itojuntos_str is no longer used. it was superseded by iptos_...
2000-06-05 gramChange dissect_ah() so that dissect_ip() doesn't have...
2000-06-02 gramShow ICMP sequence number as two bytes, not as integer.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-28 guyGive the Appletalk DDP dissector a dissector hash table...
2000-05-26 guySupport for SCTP in the capture dialog, from Michael...
2000-05-24 guyPatch from Scott Howard to show the IP fragment offset...
2000-05-22 guyEIGRP over Appletalk and EIGRP over IPX support, from...
2000-05-11 gramAdd tvbuff class.
2000-05-10 geraldFix a typo in the packet counter.
2000-04-20 guyHave the IPv6 dissector use the same dissector table...
2000-04-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-16 guyRegister an "ip.proto" dissector table for IPv4, and...
2000-04-16 guyRegister a "ppp.protocol" dissector table for PPP,...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-03-21 guyAdd support for TXT and WKS records to the DNS dissector.
2000-03-16 guyPut the EIGRP packet type into the INFO column in the...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-02-09 gramIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-02 oabadIn dissect_ipopt_timestamp() :
2000-01-24 guyHeikki Vatiainen's patch to add a flag to control wheth...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 guyJoerg Mayer's updates to the VINES dissector and to...
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
1999-12-13 gramFix problem with number of format args for "option...
1999-12-09 guyThou Shalt Not Cast Pointers Into A Packet To Pointers...
1999-12-08 gramAdded Philip Gladstone <philip@raptor.com>'s patch...
1999-11-21 gramAdded Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.
1999-11-17 guyTypo fix, from Heikki Vatiainen.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-02 guyFormat the IP header length as an unsigned quantity.
1999-11-02 guyMake a bunch of the bitfields in the IP header filterab...
1999-10-30 guyDon Lafontaine's IGRP/EIGRP dissector.
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-22 guyCheck to make sure the header length is at least the...
1999-10-16 deniel- replace proto_tree_add_item_format by proto_tree_add_...
1999-10-15 itojunIPComp (RFC2393) decoding.
1999-10-14 itojunadd string IP protocol name into info field of fragment...
1999-10-14 itojunimplement ipprotostr() in ipproto.c, which basically...
1999-10-13 guyJun-ichiro itojun Hagino's code for PIM, and some fixes...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-02 denielAdd ICMP display filters.
1999-10-02 denielFix IGMP dfilter (some fields were registered and so
1999-09-23 guyDirk Bonne's fix to ICMP timestamp dissection.
1999-09-14 guyDaniel Ryde's patch to show the IP flags as 4 bits...
1999-08-31 guyWe now use "snprintf()" in "dissect_ip_tcp_options...
1999-08-28 guyFor unknown options without "syntax" errors, show the...
1999-08-28 guyHandle unknown options in "dissect_ip_tcp_options(...
next