aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31More fussing with items and calls.Martin Mathieson1-11/+11
2023-01-30fix mimimum typo in comment Holger Jeromin1-1/+1
2022-12-27WIP: Check types for _add_bits_ functions, and ensure no maskMartin Mathieson1-5/+5
2022-12-24IPv6: Support dissecting IETF APN6 option.Jianwei Mao1-0/+148
2022-12-05IPv6: Remove some redundancies in address detailJoão Valverde1-24/+12
2022-12-05IPv6: Add special-purpose address detailJoão Valverde1-0/+202
2022-12-04IPv6: Add multicast scope and flags address detailJoão Valverde1-0/+191
2022-11-15Show the address space of IPv6 addressesDavid Perry1-8/+133
2022-11-06IPv6: fix embedded IPv4 address dissection when using Well-Known PrefixPascal Quantin1-1/+1
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-6/+6
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-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-07-31IPv6: Make full implementation of RFC 6052Jaap Keuter1-54/+202
2022-07-13IPv6: Configurable IPv6 NAT64 prefixesAnders Broman1-8/+87
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-02-25Export PDU: Allow native encapsulations / strip headersJohn Thacker1-0/+20
2022-02-25IPv6: Calipso Domain of Interpretation is 4 bytesMartin Mathieson1-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-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-14/+14
2021-11-07IPv6: List all extension headers, or why they're not treated as suchJaap Keuter1-1/+7
2021-11-06ipv6: dissector: ioam: improve checksJustin Iurman1-9/+97
2021-11-05Fix loop inside the IOAM Trace data dissectionJustin Iurman1-0/+3
2021-11-03ipv6: dissector for the IOAM Trace data listJustin Iurman1-2/+306
2021-11-03ipv6: dissector for the IOAM Trace optionJustin Iurman1-1/+254
2021-11-03ipv6: dissector for the IOAM optionJustin Iurman1-0/+70
2021-09-17IPv6: Rename "SA MAC" to "SLAAC MAC"João Valverde1-15/+15
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-21/+21
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-5/+5
2021-02-08Make more functions and vars static.Martin Mathieson1-1/+1
2021-02-03IPv6: Add dissector for Tunnel Payload Forwarding (TPF)ishaangandhi1-0/+37
2021-02-02IPv6: Fixed hf_ipv6_routing_crh32_current_sid unused bugishaangandhi1-1/+1
2020-12-19IPv6: SRH setup correct DA for pseudo headerJaap Keuter1-0/+4
2020-11-25IPv6: fix clang warningAlexis La Goutte1-1/+1
2020-11-19QT+epan: Set FI_BITS_OFFSET and FI_BITS_SIZE flags on [u]ints and bitmasksJohn Thacker1-3/+1
2020-11-07IPv6: Try to fix CID 1468890João Valverde1-4/+6
2020-11-05IPv6: Add dissector for Compact Routing Header (CRH)ishaangandhi1-0/+112
2020-10-07Update some field names to match what's in RFCs.Gerald Combs1-2/+2
2020-09-24IPv6: Update SRH dissection to RFC8754João Valverde1-115/+24
2020-09-22IPv6: Fix the bit lengths of top-level items.Gerald Combs1-5/+7
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-10-26IPv6: New Hop by Hop Path MTU OptionBob Hinden1-0/+90
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-5/+5
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-32/+32
2019-03-27Decode IPv6 MPL Option Seed ID Length EnumerationsJames Ko1-1/+17
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4