summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-16always update the status bar at the end of a captureMartin Kaiser1-3/+5
2016-07-16Another attempt to squash warnings from printf use in reassemble_test.cMichael Mann1-1/+1
2016-07-16Comment cleanups.Guy Harris1-9/+9
2016-07-16Add APIs to remove option instances from blocks.Guy Harris2-16/+128
2016-07-15IPv6: Minor loop cleanupJoão Valverde1-3/+5
2016-07-15IPv6: Register fragment header dissector handleJoão Valverde1-68/+76
2016-07-15Use spaces rather than tabs for indentation.Guy Harris1-2/+2
2016-07-15Update comments, give option numbers in decimal.Guy Harris1-27/+27
2016-07-15Qt: Reserve packet list model vectors.Gerald Combs1-7/+15
2016-07-15Squelch a compiler warning.Guy Harris1-1/+1
2016-07-15IPv6: Fix commentJoão Valverde1-1/+1
2016-07-15IPv6: Register extension headers ett/ei arraysJoão Valverde1-63/+102
2016-07-15Move Shim6 dissector to packet-shim6.cJoão Valverde5-876/+952
2016-07-15wtap_opttypes.c: Fix build error.Michael Mann1-1/+1
2016-07-15reassemble_test.c: Fix checking macros with correct printf style arguments.Michael Mann1-172/+178
2016-07-15IPv6: Check pinfo->layers for hop-by-hop exthdr orderJoão Valverde1-16/+17
2016-07-15Bluetooth: GATT: Add services error codesMichal Labedzki1-15/+329
2016-07-15Bluetooth: RFCOMM: Fix CID 1364086Michal Labedzki1-3/+4
2016-07-15IPv6: Remove null check (CID 1364087)João Valverde1-1/+1
2016-07-15Do a deep copy in wtap_block_add_custom_option().Guy Harris4-5/+45
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