aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin1-52/+56
2014-03-03Show ymsg.content as bytes; it's not a simple string.Guy Harris1-3/+3
2014-03-03Create/use extended value_strings; add editor modelines as needed.Bill Meier5-255/+336
2014-03-03Move value_string defs from .h file; create/use extended value_string; Other ...Bill Meier3-303/+324
2014-03-03Create/use an extended value-string; Move value-string array from .h file; Do...Bill Meier2-268/+283
2014-03-03Create/use several extended value-strings; Do several other small changes.Bill Meier1-26/+40
2014-03-03Create/use an extended value_string; Do other misc minor changes.Bill Meier1-235/+249
2014-03-03SSL: dynamically allocate session ticket storage area to avoid buffer overflowPascal Quantin3-2/+5
2014-03-03show if the current service is scrambled or freeMartin Kaiser1-2/+13
2014-03-03add cleartext values for retention limitMartin Kaiser1-4/+19
2014-03-03move URI dissection to a separate functionMartin Kaiser1-29/+49
2014-03-03use tvb_memdup() instead of tvb_get_ptr()Martin Kaiser1-1/+1
2014-03-03remove unnecessary if (tree) checkMartin Kaiser1-12/+10
2014-03-03skip empty service provider name and empty service nameMartin Kaiser1-11/+15
2014-03-03service provider name is a DVB-SI stringMartin Kaiser1-2/+12
2014-03-03service name is a DVB-SI stringMartin Kaiser1-3/+15
2014-03-02Don't pass an invalid length to proto_item_set_lenEvan Huus1-1/+2
2014-03-02Improve SCTP association lookup.Evan Huus1-5/+5
2014-03-02Remove unneeded line of code.Bill Meier1-2/+0
2014-03-02Clear INFO column at the beginning of the dissector.Bill Meier1-6/+6
2014-03-02tvb_length() --> tvb_reported_length() in several cases + other misc changes.Bill Meier1-256/+265
2014-03-02Clear INFO col; Create/use extended value-string; Do other minor changesBill Meier1-1214/+1222
2014-03-02Fix packet-h223.c:842:18: error: will never be executed [-Werror,-Wunreachabl...Alexis La Goutte1-4/+4
2014-03-01Create/use two extended value-strings & do other minor changes.Bill Meier1-187/+138
2014-03-01Add the PPID for 3GPP Pua. Move the (unregistered) M2TP PPID into that disse...Jeff Morriss1-3/+2
2014-03-01GlusterFS: add support for ZEROFILL fopNiels de Vos2-6/+30
2014-03-01Disable IPv4 checksum verfification to match TCP and UDP.Gerald Combs1-1/+1
2014-02-28packet-homeplug-av: use HOMEPLUG_AV_MMVER_1_1 consistentlyFlorian Fainelli1-7/+7
2014-02-28packet-homeplug-av: fix missing reserved byte for station dumpFlorian Fainelli1-1/+1
2014-02-27Ensure ieee802154_packet struct is initialized.Evan Huus1-1/+1
2014-02-27Sherman, set the Wayback Machine for 1997.Guy Harris1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier64-309/+309
2014-02-26Create/use an extended value_string.Bill Meier1-4/+5
2014-02-26(Minor) Use col_add_str() iso col_set_str().Bill Meier2-5/+6
2014-02-26Create/use some extended value-strings. Do some whitespace changes.Bill Meier1-179/+182
2014-02-26Use proto_tree_add_item() for most string encodings.Guy Harris1-15/+15
2014-02-26Use tvb_get_string_enc(..., ENC_ASCII|ENC_NA) for 8-bit encoding.Guy Harris1-2/+6
2014-02-26Replace tabs by spacesPascal Quantin1-2/+2
2014-02-26packet-smb-direct: register as a infiniband subdissectorStefan Metzmacher1-0/+39
2014-02-26packet-infiniband: pass a struct infinibandinfo to subdissectorsStefan Metzmacher2-96/+106
2014-02-26packet-smb-direct: only handle RDMA_SEND_* messagesStefan Metzmacher1-1/+17
2014-02-26packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectorsStefan Metzmacher3-24/+75
2014-02-26We don't use EBCDIC_to_ASCII(), so we don't need to include <epan/charsets.h>.Guy Harris1-1/+0
2014-02-26Use tvb_get_string_enc() to get UCS-2 strings.Guy Harris1-21/+8
2014-02-25packet-smb: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-25packet-smb2: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-25packet-smb-direct.c: add initial implementationStefan Metzmacher2-0/+489
2014-02-25packet-kerberos: remember in what frame a key was learnedStefan Metzmacher2-0/+4
2014-02-25802.11 : Add channel number custom (to display info when report channel numbe...Alexis La Goutte1-13/+26
2014-02-25802.11: Regulatory Class => Operating Class (changed in 802.11-2012)Alexis La Goutte1-59/+59