aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-05-30Get rid of C++/C99-style comments.Jeff Morriss1-14/+12
2013-05-30Rename "http.response_ts" to "http.time" to be inline with other response tim...Sake Blok1-4/+4
2013-05-30From Cal Turney:Anders Broman1-1/+9
2013-05-30From Chris Pane:Anders Broman1-737/+957
2013-05-29Fix the infinite recursion problem reported inJeff Morriss1-7/+21
2013-05-29Fix and clarify name resolution preference tooltips. Print theGerald Combs1-5/+5
2013-05-29wslua: Adda a wtap_encaps name to replace wtap which is too generic.Luis Ontanon1-1/+1
2013-05-29Fix what looks to be a typo in definition of wtap_encaps.Jeff Morriss1-2/+2
2013-05-29 fix for bug 7465Luis Ontanon2-1/+12
2013-05-29Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-0/+3
2013-05-28As described in the thread starting with:Jeff Morriss1-19/+31
2013-05-28Add some info to make it easier to see when SI config changes:Martin Mathieson1-22/+103
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann15-83/+233
2013-05-28Remove unused variable caught by recent GCCEvan Huus1-2/+0
2013-05-27Batch of filterable expert infosMichael Mann21-66/+258
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin94-16101/+16101
2013-05-27From Chris Hellberg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-2/+2
2013-05-27Fix compiler warningMichael Mann1-1/+1
2013-05-27Batch of filterable expert infosMichael Mann26-109/+385
2013-05-27From jamie Neufeld:Anders Broman1-4/+29
2013-05-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Alexis La Goutte5-39/+8
2013-05-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Alexis La Goutte6-1/+564
2013-05-27SCSI Add decoding of Block Device Characteristics VPD pageRonnie Sahlberg1-1/+54
2013-05-27SCSI: Print the INQUIRY EVPD page name in the info columnRonnie Sahlberg1-2/+6
2013-05-27SCSI: add dissection of Tiemout Descriptor for REPORT SUPPORTED OPCODESRonnie Sahlberg1-5/+45
2013-05-26SCSI: Add dissection of the data-out buffer for SANITIZE service action OVERW...Ronnie Sahlberg1-3/+48
2013-05-26[Automatic manuf, services and enterprise-numbers update for 2013-05-26]Gerald Combs1-0/+2
2013-05-26Batch of filterable expert infos.Michael Mann24-90/+330
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus6-7/+186
2013-05-25SCSI: Add basic decoding of SANITIZE opcodeRonnie Sahlberg2-2/+66
2013-05-25Batch of filterable expert_infos.Michael Mann22-81/+290
2013-05-25From Fabio Tarabelloni: more minor formatting and comment fixes.Evan Huus1-6/+6
2013-05-25From Fabio Tarabelloni: fix copy-pasted comment.Evan Huus1-1/+1
2013-05-25Add filterable expert info.Michael Mann2-182/+302
2013-05-25From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus8-85/+475
2013-05-24Edit commentsAnders Broman1-2/+2
2013-05-24use key in all p_add_proto_data() p_get_proto_data()Anders Broman1-5/+5
2013-05-24From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :Pascal Quantin1-101/+263
2013-05-24Bluetooth: Highlight correct bytes in some SDP trees (Part 2). Bug 8700 (htt...Michael Mann1-1/+0
2013-05-24Ensure most severe is displayed in expert column. Bug 7733 (https://bugs.wir...Michael Mann1-1/+4
2013-05-24expert_add_info(): we can't use va_start()/va_end() so don't try to use a va_...Jeff Morriss1-3/+1
2013-05-24expert_add_info() doesn't take a variable number of args; don't use va_start(...Jeff Morriss1-4/+2
2013-05-24expert_add_info_format_text(): use the correct argument numbers in G_GNUC_PRI...Jeff Morriss1-2/+2
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ...Michael Mann4-2082/+2174
2013-05-24first batch of dissectors to use the new expert info API.Michael Mann3-99/+260
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann5-11/+277
2013-05-24How to mess with a keyboard...Pascal Quantin1-1/+1
2013-05-24One more compilation fix for gcc 4.3.2 ('toi' may be used uninitialized in th...Pascal Quantin1-2/+2
2013-05-24Remove unused function parameter, rename variable to avoid shadowing.Evan Huus3-8/+8
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since t...Michael Mann12-1860/+1177