summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris35-72/+72
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris14-30/+30
2014-12-17Clean up the "unknown per-packet encapsulation" message.Guy Harris1-1/+2
2014-12-17Clean up handling of files without a known encapsulation.Guy Harris1-16/+24
2014-12-16HiSLIP: disable heuristic dissector by defaultPascal Quantin1-1/+9
2014-12-16Disable the MDS Header ethertype preference.Gerald Combs1-1/+1
2014-12-16Add Wireshark_LIBRARY variableMaarten Bezemer2-0/+13
2014-12-16http: properly calculate end of chunked responsePeter Wu1-31/+71
2014-12-16RDM: Mode verbose decoding of parameter IDs.zeuz1-1/+1
2014-12-16HTTP2: Update to draft-16Alexis La Goutte1-3/+3
2014-12-16Add cmake helper files for finding wiresharkMaarten Bezemer5-0/+60
2014-12-16Riemann: attach metric_d field to parent eventMarc Fournier1-1/+1
2014-12-16ISIS LSP: Add Segment Routing Algorithm Sub TLV dissectionYann Lejeune1-1/+29
2014-12-16ISIS LSP: Add Segment Routing Capabilities Sub-TLV dissectionYann Lejeune1-5/+101
2014-12-15exit if the key wasn't found in the parameters listMartin Kaiser1-0/+3
2014-12-15MP4: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang ...Alexis La Goutte1-1/+1
2014-12-15MP4: fix Unused entry: epan/dissectors/file-mp4.c, hf_mp4_stsd_entry_cntAlexis La Goutte1-1/+1
2014-12-15Enable case-insensitive string dissector tablesEvan Huus7-22/+48
2014-12-15Add Bug 10488 (multiple capture files) to the release notes.Gerald Combs1-0/+2
2014-12-15Revert "Bluetooth: BTLE: Add src/dst addresses when they are known"Pascal Quantin5-116/+102
2014-12-15[ISUP] Add dissection of Japan TTC EMERGENCY CALL INDICATORAndersBroman1-31/+61
2014-12-15Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki5-102/+116
2014-12-15Bluetooth: Fix CRC Init length in UbertoothMichal Labedzki1-4/+4
2014-12-15Bluetooth: BTLE: SN, NESN should be numbers not booleansMichal Labedzki1-2/+2
2014-12-15cmake: Do not hide possible options for other platformsMichal Labedzki1-0/+2
2014-12-15Translates: Update Polish translationMichal Labedzki3-71/+411
2014-12-15HTTP2: Update nghttp2 lib (0.6.7)Alexis La Goutte14-6295/+6120
2014-12-14Add support for EAPOL-MKA (802.1x-2010)maisheri5-0/+792
2014-12-14Kerberos: import KRB5_AD_WIN2K_PAC dissection from old non ASN.1 based dissectorPascal Quantin3-23/+920
2014-12-14GSM SMS: fix dissection of Character Set IEPascal Quantin1-29/+14
2014-12-14Qt: Defer startup messages.Gerald Combs3-4/+6
2014-12-14[Automatic manuf, services and enterprise-numbers update for 2014-12-14]Gerald Combs5-42/+651
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier15-53/+53
2014-12-13plugins: replace ENC_NA by ENC_..._ENDIAN when fetching integral typesBill Meier2-14/+14
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier25-232/+232
2014-12-13rfid-pn532.c: Use FT_UINT24 to display complete hex value for three 3-byte fi...Bill Meier1-3/+3
2014-12-13gsm_sms: Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fieldsBill Meier1-47/+47
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier122-1219/+1219
2014-12-13GSM SMS: fix 'msg_class' may be used uninitialized in this function warningPascal Quantin1-3/+2
2014-12-13fix compile errorMartin Kaiser1-1/+1
2014-12-13GSM SMS: fix (U)SIM Data Download Class 2 dissectionPascal Quantin1-7/+27
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin10-34/+32
2014-12-13Riemann: add support for TCP transportPascal Quantin1-15/+51
2014-12-13Use g_direct_ functions for hash tables where possibleMartin Mathieson2-65/+13
2014-12-13DNS: Remove whitespace on DNS Col info before type nameAlexis La Goutte1-2/+2
2014-12-12doc: remove some references to the now defunct python supportPascal Quantin2-2/+0
2014-12-12Qt: Add name resolution menu items.Gerald Combs4-1/+86
2014-12-12cip: Access FT_UINT16 hf_cip_sc_create_instance with proper encoding-arg.Bill Meier1-1/+1
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier11-297/+297
2014-12-12rsvp: Convert encoding-arg ENC_NA to ENC_BIG_ENDIAN for all integer fieldsBill Meier1-93/+93