aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-0/+3
2015-03-22Update libwireshark0.symbols filePascal Quantin1-2/+3
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-6/+0
2015-03-201.99.5 → 1.99.6.Gerald Combs1-1/+1
2015-03-191.99.4 → 1.99.5.Gerald Combs1-1/+1
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-0/+2
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann1-1/+0
2015-03-12Export CLIENT_RANDOM with Export SSL Session KeysPeter Wu1-0/+1
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs2-7/+7
2015-03-06Reflect wsutil changes.Guy Harris1-2/+4
2015-03-05There's no proto_tree_add_bytes_with_bytes() routine.Guy Harris1-1/+0
2015-03-051.99.3 → 1.99.4.Gerald Combs1-1/+1
2015-03-03Add tvb_get_ether_nameMichael Mann1-0/+1
2015-03-03Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we c...Michael Mann2-1/+2
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-0/+1
2015-02-21Update Debian symbols list.Guy Harris1-1/+1
2015-02-21Update Debian symbols file.Guy Harris1-1/+5
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs1-0/+1
2015-02-19Add name resolution support to address type.Michael Mann1-0/+1
2015-02-16Make get_manuf_name return a const string.Michael Mann1-0/+1
2015-02-15Fix handling of invalid UAT itemsPeter Wu1-0/+1
2015-02-14"Hide" hashether_t structure.Michael Mann1-0/+3
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-1/+1
2015-02-12Revert ""Hide" hashether_t structure."Anders Broman1-3/+0
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman1-1/+0
2015-02-12Make get_manuf_name return a const string.Michael Mann1-0/+1
2015-02-12"Hide" hashether_t structure.Michael Mann1-0/+3
2015-02-11Try to fix the debian symbolsAndersBroman1-1/+1
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan2-2/+4
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki1-0/+4
2015-02-041.99.2 → 1.99.3.Gerald Combs1-1/+1
2015-02-04emem is dead! Long live wmem!Michael Mann1-4/+0
2015-02-02Create wmem versions of val_to_str and val_to_str_extMichael Mann1-0/+2
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris1-1/+0
2015-01-18Reflect the disappearance of the seasonal allocator.Guy Harris1-2/+0
2015-01-18Update libwireshark0.symbolsPascal Quantin1-1/+12
2015-01-18Remove ep_strndupMichael Mann1-1/+0
2015-01-16Kill more unused emem functionsEvan Huus1-3/+0
2015-01-12Remove ep_strbuf codeEvan Huus1-3/+0
2015-01-10Remove/replace ep_strsplit()Evan Huus1-1/+0
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-1/+1
2015-01-08Remove decode_numeric_bitfield.Michael Mann1-1/+0
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-4/+3
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+1
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann1-1/+0
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-1/+1
2015-01-07Remove bytestring_to_ep_strMichael Mann1-1/+0
2015-01-07Add tvb_address_to_str.Michael Mann1-6/+2
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+0
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-2/+1