aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-14[Automatic update for 2019-07-14]Gerald Combs15-168/+1185
2019-07-14s7comm: Adding and redesign of test and installation functionsThomas Wiens1-207/+1675
2019-07-13AT: Remove copy-pasted commentDarien Spencer1-2/+0
2019-07-13LoRaWAN: decode as for UDPerikdejong1-0/+1
2019-07-13RRC: Remove duplicate dissection of algorithm cap bitmapsDarien Spencer3-224/+55
2019-07-13s7comm: Implement packet reassemblyThomas Wiens3-415/+596
2019-07-13Qt: Fix our template icon appearance on LoDPI screens.Gerald Combs1-1/+0
2019-07-13Get rid of unused variable.Guy Harris1-8/+0
2019-07-12XnAP: get rid of duplicate bit string decodingPascal Quantin3-268/+72
2019-07-12ULP: get rid of duplicate bit string decodingPascal Quantin3-99/+43
2019-07-12LPP: get rid of duplicate bit string decodingPascal Quantin3-1354/+91
2019-07-12PER: Fixed named bitmap parsing of larger mapsDarien Spencer1-1/+28
2019-07-12LOG3GPP: misc fixesPascal Quantin1-1/+2
2019-07-12wiretap: do not pollute debug builds with candump debug messagesPascal Quantin3-5/+33
2019-07-12Qt: Fix profile copy and deleteRoland Knall5-30/+71
2019-07-12LOG3GPP: do not dereference a NULL pointer (CID 1450541)Pascal Quantin1-2/+32
2019-07-12doxygen: Exclude files giving warnings.Anders Broman1-2/+5
2019-07-12ZigBee: Dissect Electrical Measurement clusterKenneth Soerensen4-0/+651
2019-07-12Fix Wpointer-sign warnings.Anders Broman3-6/+6
2019-07-12S1AP: upgrade dissector to v15.6.0Pascal Quantin10-109/+118
2019-07-12Fix Wpointer-sign warnings.Anders Broman1-16/+11
2019-07-12Have the message data just be a raw FT_BYTES field.Guy Harris1-28/+21
2019-07-11Squelch more -Wpointer-sign warnings.Guy Harris2-5/+5
2019-07-11Always use string routines to extract strings from packets.Guy Harris1-6/+15
2019-07-11wiretap: candump: Reset error info and fix scanner warningsMaksim Salau2-0/+28
2019-07-11Fix Wpointer-sign warnings.Anders Broman4-49/+7
2019-07-11Fix Wpointer-sign warnings.Anders Broman4-71/+71
2019-07-11Qt: Fix warning and remove dead codeRoland Knall1-87/+4
2019-07-11Qt: Fix various compiler warningsRoland Knall1-4/+4
2019-07-11Doxygen: Fix some warnings.Anders Broman10-7/+14
2019-07-11Qt: remove semicolon from profile model.Dario Lombardo1-1/+1
2019-07-11Candump_parser: fix implicit declaration warningUli Heilmeier1-0/+1
2019-07-11Qt: MainStatusbar and CopyFromProfileMenu to ModelRoland Knall4-90/+95
2019-07-11Qt: Move Profile Dialog to Model/ViewRoland Knall8-259/+1027
2019-07-11wiretap: Add support of candump logsMaksim Salau7-0/+889
2019-07-10s7comm: Additions and name corrections in programming/userdata functionsThomas Wiens1-124/+193
2019-07-10doxygen: Try to fix warnings.Anders Broman5-18/+16
2019-07-10H265: Fix -Wpointer-sign warnings.Anders Broman1-12/+15
2019-07-10Doxygen: Try to fix reported warnings.Anders Broman5-16/+17
2019-07-10doxygen: Try to fix warnings.Anders Broman4-5/+12
2019-07-10doxygen.cfg.in: Fix directories according to current reality.Anders Broman1-1/+2
2019-07-10airpcap.h: Try to resolve doxygen warnings.Anders Broman1-2/+2
2019-07-10packet-ieee80211-radiotap-iter.h: Try to fix doxygen warnings.Anders Broman1-42/+23
2019-07-09LOG3GPP: fix compilation with gcc 9.1.1Pascal Quantin1-11/+12
2019-07-08wiretap: Add a phone log reader.Anders Broman8-2/+1733
2019-07-08Netflow: Add decodes for Niagara Networks IPFIX information elements.Volodymyr Veskera2-1/+855
2019-07-08pfcp: Update to 3GPP TS 29.244 V16.0.0Joakim Karlsson1-5/+481
2019-07-08dumpcap: fix uninitialized memory read on dumpcap -d errorsPeter Wu1-0/+1
2019-07-07ieee802.11: Ensure optional sub-elements do not cause exceptions.Richard Sharpe1-0/+6
2019-07-07[Automatic update for 2019-07-07]Gerald Combs7-39/+293