aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann3-0/+1371
2013-11-30Add wifi display port to the RTSP dissector. Bug 9339 (https://bugs.wireshar...Michael Mann1-26/+20
2013-11-30Casts required from void * in C++.Guy Harris1-1/+1
2013-11-30Constify to squelch some warnings.Guy Harris2-10/+16
2013-11-29Squelch some "use parentheses" warnings.Guy Harris1-11/+11
2013-11-29Rename variable to avoid collisions with standard function names.Guy Harris1-23/+23
2013-11-29A typedef has to actually define a type.Guy Harris1-1/+1
2013-11-29From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-2/+5
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann5-18/+888
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki44-21/+77
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2-7/+5
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki34-75/+75
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-10/+9
2013-11-29General "Prosody" placeholder parameter ("prosody-") is broken down to a 6 ne...Michael Mann1-38/+88
2013-11-29Fix number of selected bytes for gtp.teid_data. Also remove some stray tabs ...Martin Mathieson1-68/+68
2013-11-29Clean up whitespace.Gerald Combs1-66/+79
2013-11-29Bugfix timestamp formatting of Gigamon trailer. Bug 9433 (https://bugs.wires...Michael Mann1-1/+1
2013-11-29Bugfixes of r53636, part of bug 9423 (https://bugs.wireshark.org/bugzilla/sho...Michael Mann2-44/+52
2013-11-29Improve request / response tracking in case you have several open / close com...Pascal Quantin1-5/+29
2013-11-29Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-29Enable by default UDP conversation (Needed by udp.stream)Alexis La Goutte1-4/+3
2013-11-29Add udp.stream display filterAlexis La Goutte2-0/+44
2013-11-29Add HTTP2 heuristic when it is encapsulated in SSLAlexis La Goutte1-1/+14
2013-11-29Improved ZCL dissectors. Bug 9423 (https://bugs.wireshark.org/bugzilla/show_...Michael Mann4-29/+1261
2013-11-29Restore disabled "decode as" settings.Gerald Combs2-1/+8
2013-11-28Fix typo (r53633) in one more place, fix typo in filename, make hex numbers c...Jakub Zawadzki2-9/+9
2013-11-28Fix (presumed) tpyo.Guy Harris1-1/+1
2013-11-28Move MPEG section table id defines to packet-mpeg-sect.hJakub Zawadzki15-37/+34
2013-11-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9478 :Pascal Quantin3-13/+27
2013-11-28GUINT_TO_POINTER() does just enough casting to suppress complaints aboutGuy Harris1-2/+2
2013-11-28Bluetooth: HSP: Add support for HSP. Bug 9446 (https://bugs.wireshark.org/bu...Michael Mann4-5/+1200
2013-11-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann6-20/+29
2013-11-28Support long Domain Names in NTLMSSP v2Balint Reczey1-11/+15
2013-11-28USB: Enable Decode As. Bug 9445 (https://bugs.wireshark.org/bugzilla/show_bu...Michael Mann1-11/+138
2013-11-28Add count() function to display filter. Bug 9480 (https://bugs.wireshark.org...Michael Mann1-3/+22
2013-11-28RTPproxy dissector: Add expert info about timeouts. Bug 9484 (https://bugs.w...Michael Mann1-0/+31
2013-11-28Adjust fc_stat.c to use newer fc_exchange_t structure for its stats.Michael Mann2-0/+4
2013-11-28Bugfix Negative Fibre Channel scsi_time value. Bug 3209 (https://bugs.wiresh...Michael Mann3-98/+169
2013-11-27try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9485Martin Kaiser1-0/+6
2013-11-27Try fixing Sun compiler error: "warning: this decimal constant is unsigned on...Bill Meier1-1/+1
2013-11-27Fix a badly formed comment;Bill Meier1-1/+1
2013-11-27- Create/use several extended value_stringsBill Meier15-798/+676
2013-11-27Create/use several extended value_strings;Bill Meier1-13/+31
2013-11-27Reinitialize counter between loops to avoid an out of bound access found with...Pascal Quantin1-1/+2
2013-11-26Squelch a compiler warning.Guy Harris1-2/+5
2013-11-26From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-2/+9
2013-11-26From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-1/+287
2013-11-26From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-2/+56
2013-11-26fix encoding argsMartin Kaiser1-1/+1
2013-11-26Create/use two extended value_strings;Bill Meier1-1428/+1499