aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-14ui: add missing break.Dario Lombardo1-0/+1
2018-11-14All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.Guy Harris1-15/+0
2018-11-14Fix whitespace.Guy Harris1-3/+3
2018-11-14Fail more cleanly if the file has no records.Guy Harris1-33/+93
2018-11-14ieee80211: Avoid decrypting packets two timesMikael Kanstrup3-50/+52
2018-11-14ieee80211: Decrypt and dissect EAPOL keydataMikael Kanstrup3-33/+156
2018-11-14Dumpcap: Don't let individual pipes stop our capture.Gerald Combs1-13/+23
2018-11-14test: convert some more tests to use fixturesPeter Wu11-674/+641
2018-11-14Dumpcap: Move packet dequeueing code to a common routine.Gerald Combs1-50/+46
2018-11-14extcap: save debug flag and use it to activate ssh debug.Dario Lombardo6-0/+18
2018-11-14ssh-base: define a struct for storing ssh parameters.Dario Lombardo4-94/+101
2018-11-14ssh-base: support libssh config file.Dario Lombardo1-11/+23
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris14-0/+149
2018-11-13Give an error if an output file isn't specified.Guy Harris1-393/+390
2018-11-13tshark: Print the packets' comments in the expert infoVasil Velichkov3-3/+80
2018-11-13RTPS: APP_ACK_CONF submessage dissection fixed.ismaelrti1-1/+1
2018-11-13extcap: Allow ASCII '0' in preference nameStig Bjørlykke1-1/+1
2018-11-13PKIX1EXPLICIT: Fixing Attribute and AttributeTypeAndValue ASN.1 cnfMartin Peylo3-28/+32
2018-11-13PKCS10/pkix1explict: adding PKCS#9 OIDsMartin Peylo5-9/+49
2018-11-13extcap: Allow ASCII '0' in preference nameStig Bjørlykke1-1/+1
2018-11-13RTCP: Fix RTCP Floor Control message Sub-type "Floor taken" is displayedAnders Broman1-7/+8
2018-11-13PKCS10: Enabling own dissection function for AttributesMartin Peylo3-4/+82
2018-11-13Fix function name in comment.Guy Harris1-1/+1
2018-11-13Move the Linux ARPHRD_ types to epan/arptypes.h.Guy Harris4-19/+11
2018-11-13Fix dissection of 802.11+radiotap frames in Linux "cooked" captures.Guy Harris3-16/+67
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris15-104/+70
2018-11-12Use the Wayback Machine for a page that currently isn't working.Guy Harris1-0/+6
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu11-160/+182
2018-11-12Remove obsolete files.Anders Broman3-17/+0
2018-11-12IPv6: Fix payload root tree for IPv6 Routing HdrJoão Valverde1-4/+4
2018-11-12gtpv2: Update RAT types.Anders Broman1-0/+2
2018-11-12fix documentation and tests for cmake run directory.Dario Lombardo2-3/+3
2018-11-12blip: Use correct guint64 printf modifierStig Bjørlykke1-1/+1
2018-11-11Added support for the Couchbase BLIP protocolJim Borden3-0/+540
2018-11-11PDCP-NR: Show some config highlights in config root and Info column.Martin Mathieson2-0/+31
2018-11-11sshdump: fix generation of error message from remote side.Dario Lombardo1-1/+1
2018-11-11[Automatic update for 2018-11-11]Gerald Combs12-45/+220
2018-11-11cmake: Add CMakeGraphVizOptions.cmake to improve the generated layout.Dario Lombardo1-0/+11
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu10-454/+136
2018-11-10ieee80211: Fix Vendor Specific Fixed Field dissection.Richard Sharpe1-3/+2
2018-11-10sshdump: fix some debug messages.Dario Lombardo1-3/+3
2018-11-10ssh-base: fix wrong type for ssh port.Dario Lombardo2-2/+2
2018-11-10MMSE: catch length overflows to avoid infinite loop.Jeff Morriss1-1/+13
2018-11-10UI: Remove Win32 file dialog stuff specific to GTKPeter Wu5-393/+0
2018-11-10capture_loop_write_pcapng_cb() shouldn't be called if use_pcapng is false.Guy Harris1-3/+5
2018-11-10Dumpcap: Move the "just wrote one packet" logic to one place.Gerald Combs1-32/+33
2018-11-09Diameter-3gpp: Dissect the SMS inside AVP 3301 SM-RP-UI.Anders Broman3-0/+51
2018-11-09CMake: fix parallel build by not copying ws.css repeatedlyPeter Wu1-3/+7
2018-11-09ICMP: Add Extended Echo (Probe) RFC8335Uli Heilmeier1-1/+255
2018-11-09ieee80211: Dissect RSN GTK and IGTK IEMikael Kanstrup1-6/+88