aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman71-350/+354
2013-05-12From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8640Evan Huus1-66/+60
2013-05-11Fix compilation with SHOW_EMEM_STATS defined.Evan Huus1-2/+2
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus1-0/+61
2013-05-11convert to new-style dissectorMartin Kaiser1-13/+16
2013-05-11remove return;Martin Kaiser1-2/+0
2013-05-11no need for if(tree)Martin Kaiser1-112/+108
2013-05-11col_add_fstr() does not need check_col()Martin Kaiser1-4/+2
2013-05-11tabs -> spacesMartin Kaiser1-223/+236
2013-05-11Peter Van EyndeJörg Mayer2-2/+18
2013-05-11Initialize a proto_tree variable which is now used for expert info but isEvan Huus1-1/+1
2013-05-10Add expert info for radiotap header errors.Guy Harris1-2/+10
2013-05-10Update a comment.Guy Harris1-1/+6
2013-05-10Fix a few bugs related to PDU export feature:Pascal Quantin3-53/+88
2013-05-10OK, what's the deal with TZSP_CONFIG packets?Guy Harris1-0/+10
2013-05-10Add some tag values from the TZSP spec.Guy Harris1-13/+16
2013-05-10Use #defines for protocol types, and make the description of type 0Guy Harris1-8/+21
2013-05-10Add (Wayback Machine) URL for an (incomplete) specification of TZSPGuy Harris1-0/+8
2013-05-10Wrap 64-bit constants in G_GUINT64_CONSTANT().Guy Harris1-1/+1
2013-05-10From "0xBismarck" via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8573Evan Huus4-0/+1497
2013-05-09NULL terminate bit field list. Bug 8638 (https://bugs.wireshark.org/bugzilla...Michael Mann1-1/+2
2013-05-09Coverity 1011110: Unused pointer valueMartin Kaiser1-1/+0
2013-05-08From Christian SvenssonMartin Kaiser1-14/+18
2013-05-08Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus10-80/+239
2013-05-07add IDs for host license, play countMartin Kaiser1-0/+5
2013-05-07Add user callbacks to wmem. This feature is a generic way to transparently mimicEvan Huus6-8/+157
2013-05-07From Christian Koenning via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte1-4/+4
2013-05-07Fix a c++ compat warning in the template and copy the resultingJörg Mayer2-5/+3
2013-05-06Don't throw away UM re-assembly state when see MAC retx frame.Martin Mathieson1-2/+5
2013-05-06From Andreas SchultzMartin Kaiser1-2/+1
2013-05-06Fix compilation on -Werror compilesJörg Mayer1-3/+2
2013-05-06Add missing files.Anders Broman3-0/+33
2013-05-06Add a helper function to load tags, handle IP and port tags andAnders Broman3-12/+257
2013-05-06Allow fix dissector to be found by name, which SSL needs for decryption. Bug...Michael Mann1-0/+3
2013-05-05#if 0 out some unused code that was causing latest GCC to complain.Evan Huus1-22/+24
2013-05-05C++ comments.Anders Broman1-8/+1
2013-05-0584: warning: 'proto_name' may be used uninitialized in this functionAnders Broman1-1/+1
2013-05-0555:1: error: "/*" within commentAnders Broman1-1/+1
2013-05-05Add the abillity to export PDU:s to file using a USER_DLT adding meta data be...Anders Broman3-0/+41
2013-05-05Add the abillity to export PDU:s to file using a USER_DLT adding meta data be...Anders Broman2-0/+310
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus2-12/+633
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-0/+97
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus3-11/+93
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-12/+19
2013-05-05Remove an unnecessary header include.Martin Mathieson1-1/+0
2013-05-05Remove if (tree) so expert_info will always be called.Michael Mann1-67/+64
2013-05-04Yet another protocol update viaJörg Mayer1-109/+341
2013-05-04Stub out the wmem test suite for older Glibs. This should restoreEvan Huus1-0/+14
2013-05-04From Joe McEachern via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8614Evan Huus1-15/+54
2013-05-04Fix errors found by fix-encoding-args toolsAlexis La Goutte1-2/+2