aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7524 :Pascal Quantin1-7/+36
2012-07-25Create/use extended value strings as appropriate;Bill Meier1-91/+110
2012-07-25Minor cleanup:Bill Meier1-52/+37
2012-07-25Minor cleanup:Bill Meier1-135/+133
2012-07-25Minor cleanup:Bill Meier1-201/+201
2012-07-25#include <stdio.h> not needed.Bill Meier1-1/+0
2012-07-25Minor cleanup:Bill Meier1-17/+14
2012-07-25Converted scsi dissectors display filter format from scsi.<protocol> to scsi_...Michael Mann6-395/+395
2012-07-25Minor cleanup:Bill Meier5-78/+80
2012-07-25Converted ZigBee dissectors display filter format from zbee.<protocol> to zbe...Michael Mann5-249/+249
2012-07-25Fix NULL deference (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7486).Michael Mann1-13/+8
2012-07-25From Johan Wåhl:Anders Broman1-31/+93
2012-07-25From Jacob Nordgren and Rishie Sharma:Anders Broman2-42/+92
2012-07-24(Trivial) CleanupBill Meier1-30/+25
2012-07-24(Minor) Create handle in proto_reg_handoff...() (where it's used);Bill Meier1-4/+5
2012-07-24(Minor) Localize a static variable;Bill Meier1-1/+2
2012-07-24Move proto_register..() and proto_reg_handoff...() to the end of the file;Bill Meier1-442/+448
2012-07-24General cleanup, including:Bill Meier1-272/+238
2012-07-24MPEG PAT: set the tree item's length == number of bytes dissectedMartin Kaiser1-1/+2
2012-07-24(Trivial) remove unneeded #include.Bill Meier1-1/+0
2012-07-24Remove unneeded #include;Bill Meier1-17/+21
2012-07-24(Trivial) whitespace cleanupBill Meier1-7/+7
2012-07-24H.248 cannot interpret value of Package 0x0022, Parameter 1Anders Broman1-5/+6
2012-07-24Use the correct symbolsAnders Broman1-2/+2
2012-07-24From Karsten Keil:Anders Broman1-0/+2
2012-07-24From Peng Di:Anders Broman1-0/+1
2012-07-24From Jacob Nordgren and Rishie Sharma:Anders Broman4-171/+397
2012-07-24SCSI: Add support for mode subpagesRonnie Sahlberg1-49/+120
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-107/+0
2012-07-23Get rid of non-ASCII chars. Also replace tabs with spaces and remove trailin...Jeff Morriss1-15/+15
2012-07-23Added RFC 5285 functionality per https://bugs.wireshark.org/bugzilla/show_bug...Michael Mann1-30/+206
2012-07-23Fix reversed values for Bearer Context IE decodes Bearer Level Quality of Se...Anders Broman3-2/+18
2012-07-23Now check the first few bytes of the ftp-data segment to see if it looksMartin Mathieson1-16/+22
2012-07-23Initial version of VNTAG dissector (bug #7496)Jakub Zawadzki3-0/+133
2012-07-23Mark pinfo as unused.Anders Broman1-1/+1
2012-07-23Add dissector tables for RTCP extended feedback messages (https://bugs.wires...Michael Mann1-6/+21
2012-07-23added dissect_sprt() to dissect_sprt_heur() so that the heuristics actually d...Michael Mann1-43/+38
2012-07-22The XMPP dissector was allocating a new parser for every packet and neverEvan Huus4-25/+44
2012-07-22[Automatic manuf, services and enterprise-numbers update for 2012-07-22]Gerald Combs1-7/+159
2012-07-22Calling tvb_format_text() for binary data segments (c1400 bytes) wasMartin Mathieson1-3/+6
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann26-186/+186
2012-07-21Additional cleanup:Bill Meier3-134/+121
2012-07-21Fix mis-allocated key size as caught by valgrind.Evan Huus1-6/+11
2012-07-21Don't throw an assertion if we can't find certain XMPP attributes whenEvan Huus1-10/+20
2012-07-21The se_tree_* functions are destructive to the key, so save and restoreEvan Huus1-0/+11
2012-07-21Move 99.9 % of packet-sprt.h to packet-sprt.c since it's used only there.Bill Meier2-2206/+2202
2012-07-21Because storing the address of a stack variable seemed like suchEvan Huus1-1/+4
2012-07-21Initialise ext_len to avoid an "uninitialised use" error.Martin Mathieson1-1/+1
2012-07-21Fix a typo in r43893Pascal Quantin1-1/+1
2012-07-21Fix a few encoding argumentsPascal Quantin2-10/+10