aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-08-04USBLL: Minimal destination address handlingTomasz Moń3-2/+34
2019-08-04TDS: Fix handling of numeric and decimal types.Craig Jackson1-27/+76
2019-08-04Use ENC_NA, not ENC_BIG_ENDIAN, for a sequence of bytes.Guy Harris1-1/+1
2019-08-04Note the Microsoft standard, fix the LZNT1 comment.Guy Harris3-1/+7
2019-08-03QUIC: add field for the QUIC packet lengthPeter Wu1-1/+10
2019-08-03CDP: Expand dissection of capabilitesOliver1-0/+24
2019-08-03ED137: Fix Climax Time Delay.Roy Chateau1-2/+2
2019-08-02rtps: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2019-08-01RTPS: Filter added for detecting starts and end of coherent setsIsmael Mendez Matamoros2-25/+236
2019-08-01MAC-NR: SRS Act-Deact CE dissection improvements.Martin Mathieson1-7/+46
2019-08-01epan: Work around a p11-kit bug on Windows.Gerald Combs1-0/+10
2019-08-01MAC-NR: Call RLC dissector for SRB LCIDs using defaults.Martin Mathieson1-2/+18
2019-08-01eth: add dst and src specific local/group fieldsJaap Keuter1-12/+60
2019-07-30Fix shadow variable warnings, fix type error.Guy Harris1-20/+18
2019-07-29proto: fix proto_item_add_bitmask_tree with zero lengthPeter Wu1-4/+9
2019-07-29USBLL: Verify Token/Split packets CRC-5Tomasz Moń1-11/+32
2019-07-29Bluetooth: SDP: add new AVRCP 1.6 supported feature flagsMatt Porter1-12/+44
2019-07-29Bluetooth: AVRCP: add new AVRCP 1.6 MediaPlayer Item feature flagsMatt Porter1-2/+14
2019-07-29log3gpp: Fix purpose of 'init' in proto_reg_handoff_log3gppStig Bjørlykke1-1/+1
2019-07-28[Automatic update for 2019-07-28]Gerald Combs1-0/+1
2019-07-28HTTPS In Even More Places, update some links.Guy Harris5-5/+5
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris26-182/+235
2019-07-27HTTPS In More Places, update some URLs.Guy Harris2-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1454-1457/+1457
2019-07-25Don't format printable non-ASCII Unicode characters as escape sequences.Guy Harris2-155/+590
2019-07-25USBLL: Verify DATA packets CRC-16Tomasz Moń3-1/+29
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń2-0/+358
2019-07-24Use tvb_get_raw_bytes_as_string() to fetch the verb and reply code.Guy Harris1-3/+3
2019-07-24Use g_ascii_isalpha(), not is_rfc2234_alpha().Guy Harris1-22/+3
2019-07-24Use tvb_get_raw_bytes_as_string() to fetch the reply code.Guy Harris1-1/+1
2019-07-24Handle multiple PDUs per TCP segment and reassembly of multi-segment PDUs.Guy Harris1-114/+167
2019-07-24Add a routine to fetch raw bytes into a fixed-length buffer as a string.Guy Harris2-0/+40
2019-07-24Clean up handling of group lists.Guy Harris1-26/+18
2019-07-24f5ethtrailer: type-version subdissector tableJason Cohen1-26/+12
2019-07-24f5ethtrailer - Collapsible-Header trailer headerJason Cohen1-41/+66
2019-07-24Suqlech a -Wpointer-sign warning.Guy Harris1-1/+1
2019-07-24Insert REPLACEMENT CHARACTER for various UTF-16 errors.Guy Harris1-20/+19
2019-07-24E1AP: upgrade dissector to v15.4.0Pascal Quantin9-130/+511
2019-07-22iso7816: link a transaction to a payload dissectorMartin Kaiser1-7/+14
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser2-0/+9
2019-07-22helper function to get a payload dissector table's current handleMartin Kaiser2-0/+15
2019-07-21Extend epan library plugins with a tap registration callbackJoão Valverde2-0/+11
2019-07-21Lua: remove lua_data_handlePeter Wu3-7/+2
2019-07-21Remove ABI compliance checker code.João Valverde1-48/+2
2019-07-21IEEE80211: handle symbol proprietary tag seperatelyJaap Keuter4-7/+103
2019-07-20epan,packaging: convert http URLs to httpsPeter Wu6-13/+12
2019-07-20Fix -Wpointer-sign warning.Guy Harris1-1/+9
2019-07-20smtp: add credentials to the tap.Dario Lombardo1-2/+31
2019-07-19Clean up the handling of the "friendly name".Guy Harris1-77/+51
2019-07-19Use proto_tree_add_item_ret_display_string() to add string items.Guy Harris1-4/+2