aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris3-60/+101
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris2-10/+12
2013-12-30Fix a couple of old typos;Bill Meier1-20/+43
2013-12-30Squelch compiler warnings.Guy Harris1-8/+5
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann20-3143/+5619
2013-12-30If we don't have libgcrypt, have a stub zbee_sec_ccm_decrypt() routineGuy Harris1-1/+14
2013-12-30More reverse engineering.Guy Harris1-64/+298
2013-12-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9286 :Pascal Quantin1-30/+37
2013-12-30For file formats that don't have magic numbers, so they're recognized byGuy Harris2-65/+375
2013-12-30Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier1-5/+5
2013-12-30Don't use 'l' as a constant modifier:Bill Meier1-35/+49
2013-12-29Make arrow down/ up work in gtk again.Jakub Zawadzki1-1/+1
2013-12-29Replace a global variable used only for its size with a #define for theGuy Harris1-7/+7
2013-12-29For the Juan Antonio entry: specify the dissector written;Bill Meier1-1/+5
2013-12-29From robionekenobi: packet-mq enhancementBill Meier4-718/+993
2013-12-29From stcookMartin Kaiser1-0/+1
2013-12-29The IEEE OUI, IAB, and OUI-36 lists currently redirect toGerald Combs2-809/+23561
2013-12-29Set svn:keywords and svn:eol-style properties.Jakub Zawadzki2-3450/+3450
2013-12-29New dissector for the CCSDS CFDP protocol. Bug 9517 (https://bugs.wireshark....Michael Mann5-176/+1825
2013-12-29[Automatic manuf, services and enterprise-numbers update for 2013-12-29]Gerald Combs3-23533/+804
2013-12-28use the correct record length for an IPv6 record in the NRBMartin Kaiser1-2/+3
2013-12-28Add ZigBee Green Power dissector. Bug 9424 (https://bugs.wireshark.org/bugzi...Michael Mann9-37/+1910
2013-12-27Use Unicode REPLACEMENT CHARACTER for TS 23.038 errors, as we do forGuy Harris1-4/+8
2013-12-27mp2t: return offset when dissecting AF (continuation of r54396)Jakub Zawadzki1-1/+1
2013-12-27Generate prototype for plugin_reg_handoff()Jakub Zawadzki1-0/+2
2013-12-27Fix some typoes, quote $CFLAGS and $LDFLAGS when using them inGuy Harris1-7/+7
2013-12-27Fix [-Wmissing-prototypes]Anders Broman7-2/+22
2013-12-27From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9576Alexis La Goutte1-1/+0
2013-12-26Fix configure-script errors with some versions of autoconf.Guy Harris1-0/+6
2013-12-26From Robert Jongbloed viaEvan Huus2-0/+11
2013-12-26OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.Guy Harris1-18/+59
2013-12-26Add numeric types instead of string where possible in the RTPproxy dissector....Michael Mann1-24/+32
2013-12-26ZigBee Test Profile #2 and ZDP fixes. Bug 9584 (https://bugs.wireshark.org/b...Michael Mann4-13/+207
2013-12-26Bugfix attribute id parsing in zbee dissectors. Bug 9566 (https://bugs.wires...Michael Mann5-78/+51
2013-12-26Protect ucp_mktime against too-short input strings, as caught by Alexis'Evan Huus1-7/+27
2013-12-26"Better" fix for OpenSafety heuristics with Modbus/TCP. Bug 9572 (https://bu...Michael Mann1-9/+0
2013-12-26Use the correct define for the array length check, actually fixes the overflow IEvan Huus1-1/+1
2013-12-26Report files not recognized as capture files as type "unknown" ratherGuy Harris1-9/+12
2013-12-26Add some new tags seen.Guy Harris1-1/+48
2013-12-26There's no need to mark inline functions with _U_Jakub Zawadzki1-6/+2
2013-12-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2013-12-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-9/+9
2013-12-26Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+2
2013-12-26From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9595Alexis La Goutte2-10/+12
2013-12-26Since the documentation states that, "Text2pcap understands a hexdump of the ...Chris Maynard1-7/+5
2013-12-25OmniPeek's dissection nonwitstanding, the timestamp field in theGuy Harris1-14/+6
2013-12-25Code that uses that parameter is #if 0'ed out, so _U_ it for now.Guy Harris1-1/+1
2013-12-25Show ciphering and integrity keys separately. Correct inputs to integrity ca...Martin Mathieson1-18/+34
2013-12-25Use expert info instead of proto_tree_add_text.Michael Mann1-51/+59
2013-12-24Make many fields filterable. Used convert_proto_tree_add_text.pl to do a "fi...Michael Mann1-722/+701