aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-20IP: Fix fragment offset value calculationAlexander Funke1-1/+2
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-1/+1
2022-09-12Give dissectors a descriptive string.Guy Harris1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-7/+7
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-08-10L2TP: Use the IANA assigned PW types for Decode AsJohn Thacker1-1/+1
2022-06-14ip: ip.flags field are 3 high bits not full byteChuck Craft1-1/+1
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-02-25Export PDU: Allow native encapsulations / strip headersJohn Thacker1-0/+22
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-02-02Fix some too-narrow field types.Martin Mathieson1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-14/+14
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-2/+2
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-14/+14
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2021-05-25ip: Reassemble across VLANs for publicly routable IPv4 addressesJohn Thacker1-1/+12
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-7/+7
2021-02-15ip: ip_ttl _ws.expert fields not set if no treeChuck Craft1-5/+1
2020-11-19QT+epan: Set FI_BITS_OFFSET and FI_BITS_SIZE flags on [u]ints and bitmasksJohn Thacker1-3/+1
2020-10-07Update some field names to match what's in RFCs.Gerald Combs1-6/+8
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-9/+9
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-14/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-06-10ip: explain why we don't worry about ip_checksum_tvb() returning 0xFFFF.Guy Harris1-0/+25
2020-05-06More changes arising from PVS-Studio output.Martin Mathieson1-4/+2
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-3/+3
2020-01-24IPv4: Use FT_UINT8 for the 3 bits flags fieldJoão Valverde1-23/+22
2020-01-24IPv4: Rename variableJoão Valverde1-4/+4
2020-01-24IPv4: Remove unnecessary macrosJoão Valverde1-14/+2
2020-01-24IPv4: Fix display of Fragment Offset fieldJoão Valverde1-1/+1
2020-01-09packet-ip.c: The return value is already calculated and returned by the previ...Joerg Mayer1-4/+2
2020-01-05IPv4: Fix incorrect expert info for IGMP TTLJoão Valverde1-4/+7
2020-01-04IPv4: Fix indentation (use spaces)João Valverde1-3/+2
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-05-30IP: Make dissection of ip.frag_offset RFC 791 compliantSake Blok1-2/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-39/+39
2019-03-21packet-ip: Add codepoint LE as per draft-ietf-tsvwg-le-phb.Loganaden Velvindron1-0/+3
2019-02-11Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6Peter Wu1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-21ip, tcp: add expert info for invalid header lengthNardi Ivan1-3/+6