aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-geonw.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-11/+11
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-3/+3
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-1/+1
2021-09-01ITS: use custom value format for CPM elementsTomas Kukosa1-0/+2
2021-08-31IEEE1609dot2: use custom formatters for better readabilityTomas Kukosa1-0/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-05-13GEONW: minor format improvementsTomas Kukosa1-6/+8
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-02-28geonw: fix the column formatting.Guy Harris1-3/+1
2021-02-28Remove and replace obsolete ws_snprintf() definitionJoão Valverde1-2/+2
2021-02-10Make some more variables/functions static.Martin Mathieson1-3/+3
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-2/+2
2020-07-31GeoNW: properly display lists of HashedId3Marios Makassikis1-1/+1
2020-07-31GeoNW: Fix parsing of ecies_nistp256 public keysMarios Makassikis1-0/+1
2020-05-27GeoNW: add support for psid-traffic-light-control-status-service ::= 637Tomas Kukosa1-1/+2
2019-12-01IEEE 1609.2 dissector issue when HeaderInfo.generationLocation field is presentYann Garcia1-1/+0
2019-07-12Fix Wpointer-sign warnings.Anders Broman1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-02-06GNW: always fully initialize hashgeonw_t structurePascal Quantin1-0/+2
2019-01-03GeoNetworking cleanup and minor correctionsChristophe GUERBER1-47/+27
2019-01-03geonw: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2019-01-02IEEE1609.2: Allow Service Specific Permissions dissectionChristophe GUERBER1-2/+16
2019-01-01Fixes GeoNetworking secured packets dissectionChristophe GUERBER1-18/+68
2018-12-31Export ITS-AppId/psId names from IEEE1609Christophe GUERBER1-1/+2
2018-12-31Accept v1 of GeoNetworking and improve item treeChristophe GUERBER1-16/+77
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-23geonw: use glib uint64 modifier.Dario Lombardo1-2/+4
2018-12-23Secured messages dissector for GeoNetworkingChristophe GUERBER1-2/+1483
2018-12-14packet-geonw.c: Add #include <stdlib.h> to fix Debug build on WindowsMichael Mann1-0/+1
2018-12-14GeoNetworking: Change cast to guint8 to fix win32 build.Anders Broman1-2/+2
2018-12-13GeoNetworking, BTP dissectors (ITS-V2X)Christophe GUERBER1-0/+2074