aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-19Add a textual "(Dont Fragment)" and "(More Fragments)" to the ip.flags lineobiot1-1/+3
2004-02-18From Nick Black: the 0x8000 bit in the flags field is *NOT* aguy1-7/+13
2003-11-13Change the strings shown for ICMP TTL exceeded to match the wording in the st...sahlberg1-3/+3
2003-10-15From Giles Scott: make some items in the ICMP protocol tree named fields.guy1-9/+26
2003-08-29Set "addr" before using it, regardless of whether "ip_summary_in_tree"guy1-3/+3
2003-08-29Copy the source and destination addresses into a guint32, so that we don'tgerald1-7/+10
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notguy1-8/+3
2003-08-26Pass the pointer in the "data" field of the destination address, not aguy1-2/+2
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...sahlberg1-15/+14
2003-07-11Add a routine "dissect_ipv6_options()" that works likeguy1-1/+2
2003-07-09Removed duplicate definitions of flags_set_truth.tpot1-6/+1
2003-06-05Frame numbers are unsigned.guy1-2/+2
2003-04-29Don't export "ip_dissector_table" explicitly; now that we haveguy1-3/+2
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-5/+10
2003-04-20Pull much of the processing done after a call to "fragment_add_check()"guy1-61/+4
2003-04-20We can't use the frame_data structure as a key structure when lookingguy1-8/+43
2003-04-18Update the ip fragment reassembly so that the subdissector is onlysahlberg1-19/+39
2003-04-16Update packet-ip.c to print the identification number in decimal as well as h...sahlberg1-2/+2
2003-03-04When deciding whether we have enough data in a lower-level packet toguy1-4/+5
2003-03-03Update for tethereal -z io,users, top talkers :sahlberg1-1/+2
2003-01-28Panic if a preference starts with the name of the module to which itguy1-2/+2
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theguy1-2/+3
2003-01-22Patch for packet-ip to make it TAPablesahlberg1-74/+82
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inguy1-74/+4
2003-01-19When dissecting the packet that gave an ICMP error, save the writabilityguy1-6/+32
2003-01-14Don't copy the entire IP header into a structure, extract stuff from itguy1-104/+140
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-10-25Count ICMPv6 packets as ICMP when capturing.guy1-1/+2
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-10-18From Peter Fales: ARCNET support.guy1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-34/+34
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+3
2002-07-15From Joerg Mayer:guy1-9/+9
2002-06-09From John Wells: Fix the default offset adjustment in dissect_mip_extentions.gerald1-2/+2
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-4/+5
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonsahlberg1-73/+15
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-4/+7
2002-03-31Get rid of an unused argument.guy1-10/+12
2002-03-27In the protocol tree entries for lists of fragments/segments, make theguy1-24/+24
2002-02-27Label the data source for various forms of reassembled data with theguy1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-3/+3
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noguy1-2/+2
2002-02-01Properly add the Boolean "checksum is bad" flag.guy1-3/+3
2002-01-30Make some variables volatile because GCC on Digital UNIX complainedguy1-7/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-20If reassembly is enabled, don't try to do any reassembly work at all onguy1-16/+11
2002-01-17Use the "fragmented" field of the "packet_info" structure inguy1-2/+6
2002-01-10As per a comment from Ronnie Sahlberg, display TCP sequence numbers inguy1-5/+5
2001-12-29Make "dscp_vals[]" a "const" array again.guy1-2/+2