aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsmp.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-16WSMP: fix dissection of WAVE Information Element ExtensionPascal Quantin1-1/+1
2019-04-25WSMP: Add a PSID check.Gerald Combs1-1/+4
2019-01-01Use dissector table to dissect content of ieee1609Christophe GUERBER1-0/+2
2018-12-31Export ITS-AppId/psId names from IEEE1609Christophe GUERBER1-86/+6
2018-12-28Correct PsId dissection in WSMPChristophe GUERBER1-19/+27
2018-12-07WSMP: Make sure our PSID is initialized.Gerald Combs1-0/+1
2018-10-30IEEE1609dot2: generate automatically dissector from ASN.1 descriptionPascal Quantin1-1/+1
2018-10-19IEEE 1609.2 dissector converted from per to oer by handAndersBroman1-0/+3
2018-10-18WSMP: Initialize a variable.Gerald Combs1-1/+1
2018-10-18IEEE 1609(WSMP): Use the IEEE 1609,2 dissector if present.AndersBroman1-2/+13
2018-10-04IEEE 1909.3: Add PSID values value_string.AndersBroman1-2/+92
2018-10-03IEEE 1909.3: Add version 3 dissection.AndersBroman1-42/+287
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-08wsmp: read the message length as big endianMartin Kaiser1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-17Use ntoh24 instead of less readable and less correct code.Joerg Mayer1-13/+7
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-1/+4
2013-11-078-bit counter variable not big enough and causes infinite loop. Bug 9392 (ht...Michael Mann1-2/+2
2013-10-22Cleanup:Bill Meier1-188/+160
2013-10-22From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9244 :Pascal Quantin1-0/+2
2013-10-22Latest WSMP protocol support. Bug 9244 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-59/+150
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-16/+16
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-05-12Delete acm as it is assigned but never used. Fixes Coverity 1072.Chris Maynard1-2/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...Bill Meier1-38/+19
2008-08-14From Siva Jupudi:Anders Broman1-0/+232