aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-28More use of wtap_optionblock_foreach_option().Guy Harris1-23/+86
2016-05-28Use wtap_optionblock_foreach_option() to get the SHB options.Guy Harris1-66/+109
2016-05-28Qt: Sequence dialog page up+down.Gerald Combs1-0/+8
2016-05-28If we're "[Saving] the file and [closing] it", actually *close* it.Guy Harris1-1/+2
2016-05-28BOOTP: Added Boot Services Discovery Protocol (BSDP)Uli Heilmeier1-0/+320
2016-05-28Consistently pass C++ Boolean constants to saveCaptureFile().Guy Harris2-2/+2
2016-05-28Set frame/file protocol list only after dissection is complete.Michael Mann2-34/+4
2016-05-28Make wtap_optionblock_foreach_option public.Guy Harris1-1/+1
2016-05-27Qt: Sequence dialog navigation updates.Gerald Combs2-12/+25
2016-05-27Test: Revert debugging output.Gerald Combs1-4/+0
2016-05-27Create a "placeholder" NFS CB protocol for ONC-RPC stats.Michael Mann1-1/+5
2016-05-27Don't use "== {TRUE,FALSE}" when testing whether a Boolean is true or false.Guy Harris1-28/+30
2016-05-27Show the reserved fields in AAPL buffers.Guy Harris1-0/+9
2016-05-27RTPS: Added support to parse the PID_TYPE_OBJECTJuanjo Martin1-2/+639
2016-05-27SMB NtTransCreate should decode extended responseGordon Ross1-1/+43
2016-05-27SMB TreeConnectAndX response improvementGordon Ross1-46/+33
2016-05-27SMB2 FSCTL_SRV_ENUMERATE_SNAPSHOTS misnamedGordon Ross1-4/+4
2016-05-27SMB2 Notify response shown as malformedGordon Ross1-2/+4
2016-05-26Qt: Don't use QMap::first or ::lastGerald Combs1-2/+7
2016-05-26Remove some proto_item_append_stringMichael Mann3-33/+38
2016-05-26Remove write capabilities from wtap_optionblocks.Michael Mann3-457/+635
2016-05-26Cyclic PROFINET PROFIsafe RTC1 data dissectionT. Scholz8-113/+2042
2016-05-26SMB NtCreate andX with extended response sometimes incorrectGordon Ross1-7/+8
2016-05-26SMB Open andX extended response decoded incorrectlyGordon Ross1-0/+13
2016-05-26Qt: Add next / previous sequence shortcuts.Gerald Combs5-52/+176
2016-05-26Update the comments/warnings about using proto_tree_append_string().Jeff Morriss2-16/+17
2016-05-26Fix dissection of JXTA over UDP.Jeff Morriss1-2/+2
2016-05-25Qt: Escape sequence dialog hint text.Gerald Combs1-1/+2
2016-05-25Add P-Access-Network-Info decoding fieldsBinh Trinh1-2/+122
2016-05-25Qt: Add Time and Comment labels to the sequence diagram.Gerald Combs5-75/+157
2016-05-25Remove an extra break from a copy-and-pasteo.Guy Harris1-1/+0
2016-05-25Clean up indentation.Guy Harris1-3/+3
2016-05-24Remove NULL checks after dereference (CID 1358549 and CID 1358683)Jaap Keuter1-13/+1
2016-05-24Stylistic constency.Guy Harris1-10/+5
2016-05-24OPA MAD: fix Result of operation is garbage or undefined found by Clang AnalyzerAlexis La Goutte1-0/+3
2016-05-24manolito: fix indent (remove unused tab/space)Alexis La Goutte1-4/+4
2016-05-24Add support for Apple Create Context extensions.Guy Harris1-1/+268
2016-05-24Document wmem null guaranteeEvan Huus1-0/+4
2016-05-23qt follow stream: set the file name before openingMartin Kaiser1-1/+1
2016-05-23zigbee zdp: There are 32 bits in a guint32.Martin Kaiser1-2/+2
2016-05-23Qt: Enable Analyze -> Conversation FilterD. Ulis1-1/+1
2016-05-23TCP: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
2016-05-23TCPCL: Return -1 when tcp_dissect_pdus asks for a length and it doesn't look ...Michael Mann1-1/+2
2016-05-23Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.Michael Mann1-1/+1
2016-05-23Include <sys/socket.h>, too.Guy Harris1-4/+12
2016-05-23Explicitly include <netinet/in.h>.Guy Harris1-0/+4
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann16-124/+117
2016-05-22qt follow stream: don't crash when saving to an non-writable fileMartin Kaiser1-2/+6
2016-05-22Revert "zigbee zdp: remove some misleading casts"Martin Kaiser1-15/+15
2016-05-22zigbee zdp: remove some misleading castsMartin Kaiser1-15/+15