aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1644-3288/+0
2014-03-04Remove assertions from block allocator.Evan Huus1-30/+0
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin1-52/+56
2014-03-04cmake: Add missing exported_pdu dissectorMichal Labedzki1-0/+1
2014-03-04replace label_mark_truncated_start() with a macros that callsMartin Kaiser1-14/+9
2014-03-03Show ymsg.content as bytes; it's not a simple string.Guy Harris1-3/+3
2014-03-03truncate UTF-8 strings only at the boundary between two charactersMartin Kaiser1-3/+14
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-02[Automatic manuf, services and enterprise-numbers update for 2014-03-02]Gerald Combs1-1/+149
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 Morriss2-8/+9
2014-03-01Fix some scan-build warnings.Gerald Combs1-1/+1
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-28Fix bug which (somewhat) randomly caused UAT pref to not display on a proto p...Bill Meier1-0/+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-27Fix build with recent lua changes.Evan Huus2-13/+13
2014-02-27Fix prefs.c: Argument with 'nonnull' attribute passed null (redux)Hadriel Kaplan1-10/+15
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan14-171/+383
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-26Document tvb_memdup() in more detail.Guy Harris1-4/+15
2014-02-26Regularize the formatting of some comments.Guy Harris1-5/+4
2014-02-26Fix a copy-and-pasteo.Guy Harris1-2/+2
2014-02-26Some g_free() -> wmem_free() changes missed in earlier checkins.Guy Harris1-2/+2
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris2-43/+80
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