aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-02Scan-build didn't like the fixes in g79ef36a5f.Gerald Combs1-5/+6
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-02Added Cisco Starent Diameter dictionary entries.Josip Medved4-0/+2235
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 Combs3-4/+197
2014-03-02Fix packet-h223.c:842:18: error: will never be executed [-Werror,-Wunreachabl...Alexis La Goutte1-4/+4
2014-03-02Fix ui/iface_lists.c - type attribute is not copiedRoland Knall3-0/+5
2014-03-02Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)Hadriel Kaplan1-0/+9
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 Combs5-5/+6
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-28Add 3GPP Slh AVPs 2400, 2405, 2407 and 2409-2411.Jeff Morriss1-11/+23
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-27Fix dumpcap.c: Assigned value is garbage or undefined (clang analyzer)Hadriel Kaplan1-1/+6
2014-02-27Ensure ieee802154_packet struct is initialized.Evan Huus1-1/+1
2014-02-27Sherman, set the Wayback Machine for 1997.Guy Harris2-2/+2
2014-02-26Document tvb_memdup() in more detail.Guy Harris1-4/+15
2014-02-26Fix some wmem-related documentation.Evan Huus2-11/+18
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 Harris5-66/+123
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier167-824/+824
2014-02-26Remove a trailing space from a line of generated code.Bill Meier1-1/+1
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-26Fix capture_sync: Assigned value is garbage or undefined (clang analyzer)Hadriel Kaplan1-3/+3
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