aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-20Fix expert info message for wrong option length.Guy Harris1-1/+1
2018-09-30MPLS: add dissector for Management Communication ChannelChristoph Portner1-0/+1
2018-08-22Revert "IP: Use pinfo for session IP addresses"João Valverde1-5/+7
2018-08-22IP: Use pinfo for session IP addressesJoão Valverde1-7/+5
2018-07-14The maximum offset in an IP option dissector is the length of the option.Guy Harris1-1/+1
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-1/+1
2018-03-10MaxMindDB: Add country ISO codes.Gerald Combs1-1/+24
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-155/+116
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-07ZigBee: Enable heuristic dissection of Tunneling cluster payloadKenneth Soerensen1-0/+1
2017-10-30Add wsutil/inet_ipv4.h.Guy Harris1-10/+2