aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Fix the snapshot length part of the "same interface?" check.Guy Harris1-12/+24
2016-07-15Update Debian symbol files to reflect current reality.Guy Harris3-15/+52
2016-07-15We no longer add default names to interfaces in an IDB.Guy Harris1-0/+0
2016-07-15Widen some variables.Guy Harris1-7/+7
2016-07-15tvbtest.c - Fix printf style argument typesMichael Mann1-2/+3
2016-07-15reassemble_test.c: Reorder macro behavior to make it clearer we have NULL che...Michael Mann1-21/+20
2016-07-15exntest.c: Create local functions to handle "nesting" TRY/CATCH macros to fix...Michael Mann1-36/+52
2016-07-15Squelch compiler warnings.Guy Harris1-2/+2
2016-07-15Fix manpages typo.João Valverde3-3/+3
2016-07-15Fix signature of wtap_opttype_block_register().Guy Harris1-1/+1
2016-07-14Redo the block options APIs.Guy Harris24-1242/+2043
2016-07-14More 2.1.1 → 2.1.2 changesPascal Quantin5-7/+7
2016-07-14Qt: Replace a QMap with a QVector.Gerald Combs2-3/+7
2016-07-142.1.1 → 2.1.2.Gerald Combs2-4/+7
2016-07-14Build 2.1.1, second try.Gerald Combs2-2/+2
2016-07-14Build 2.1.1.Gerald Combs11-167/+7670
2016-07-14IPv6: Fix jumbo payload length offsetJoão Valverde1-1/+1
2016-07-14IPv6: Fix Jumbogram hop-by-hop expert infoJoão Valverde1-1/+1
2016-07-14Update URLs.Guy Harris1-3/+3
2016-07-14MBIM: add dissection of AT&T proprietary UUIDPascal Quantin1-13/+682
2016-07-14DHCP: correctly parse PXE options (209-210)Daniele Lacamera1-3/+14
2016-07-14ETAG: add explicit casts to please OSX buildbotPascal Quantin1-2/+2
2016-07-14packet-beep.c: Pacify OS X buildbot with castMichael Mann1-1/+1
2016-07-14proto.c: Unsigned fields should use %u within printf.Michael Mann1-7/+7
2016-07-14MBIM: add a missing breakPascal Quantin1-0/+1
2016-07-14Add ERSPAN II support for field EN and Index.William Tu1-9/+31
2016-07-14packet-beep.c: Use strtol over scanf to prevent analysis warnings.Michael Mann1-16/+6
2016-07-14LTE RRC: add dissection of schedulingInfoSIB1-r13 fieldPascal Quantin3-5/+42
2016-07-14Qt: Allocate packet list records using wmem.Gerald Combs2-10/+41
2016-07-14androiddump.c: Use preprocessor directive to distinguish E_AGAIN and E_WOULDB...Michael Mann1-9/+60
2016-07-14Fix VHT valid checks.Guy Harris1-2/+2
2016-07-14vwr.c Dynamically allocate large buffersMichael Mann1-9/+33
2016-07-14pcapng.c: Use preprocessor directive to compare G_BYTE_ORDER with G_LITTLE_EN...Michael Mann1-1/+5
2016-07-14packet-ieee80211-radio.c: Prevent array overflow.Michael Mann1-1/+1
2016-07-14packet-gsm_a_common.c: Create typedef declaration for elem_func signature.Michael Mann1-9/+11
2016-07-14IPv6: Add support for more option typesJoão Valverde1-3/+166
2016-07-14IPv6: Refactor dissect_opts() into type-specific dissectorsJoão Valverde1-236/+355
2016-07-14ZigBee: fix column description for APS ACK to T2 packetdsrsupport1-2/+5
2016-07-13Speed up col_append_ports on Windows.Gerald Combs1-5/+19
2016-07-13Adding 802.1BR E-Tag dissectorKim Kempf7-1/+264
2016-07-13Support Juniper VN over UDP.Michael Mann1-0/+1
2016-07-13ZigBee MAC parse: fix Association request parse in case of FCS absence.dsrsupport1-3/+17
2016-07-13Restore setting data.edt in write_specified_fields().Jeff Morriss1-0/+1
2016-07-13MBIM: add dissection of Intel proprietary UUIDsPascal Quantin1-283/+1220
2016-07-13TCP: fix indent (use 4 spaces)Alexis La Goutte1-3/+3
2016-07-13IPv6: Simplify RPL routing header dissectorJoão Valverde1-56/+20
2016-07-13LTE RRC: upgrade dissector to v13.2.0Pascal Quantin14-2436/+16371
2016-07-13RLC LTE: fix a typoPascal Quantin1-1/+1
2016-07-12packet-cql.c: Bugfix bitwise operation with parenthesis.Michael Mann1-1/+1
2016-07-12file-pcapng.c: Apply parenthesis to fix build warningsMichael Mann1-8/+8