summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Handle "I can't map this for that file format" better.Guy Harris2-8/+32
2014-12-17Fix zbee errors introduced by change 5565, commit df639f509e812fff3c5eb4bdf4f...Graham Bloice3-10/+1
2014-12-17Artnet3 and OEM Codes Updatezeuz1-202/+1134
2014-12-17RDM: Made PID array global (can be reused in packet-artnet.c)zeuz3-3/+41
2014-12-17zbee-zcl: swap honeywell codesEvan Huus1-2/+2
2014-12-17[MIP] Add refreence to 3GPP2 documents for 3GPP2 CVSE GRE_KEY_EXTAndersBroman1-1/+3
2014-12-17[TCP] Don't attempt reassembly on retransmitted segments.AndersBroman1-0/+13
2014-12-17Adding fix to convert latitude/longitude degrees to floating point format fro...Ganesh Nawsupe1-10/+36
2014-12-17mip: Fix Rev Revocation [Ack] Flags dissection bugs.Bill Meier1-11/+15
2014-12-17mip: fix (what appear to be) bugs in CVSE GRE key extension dissectionBill Meier1-9/+10
2014-12-17Update to V12.5.0AndersBroman3-30/+476
2014-12-17Fixed bug in ZigBee (zbee) decryption, added Key Establishment cluster and mo...Chris Brandson16-2236/+4469
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2-6/+6
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-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-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 Huus4-18/+44
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-15HTTP2: Update nghttp2 lib (0.6.7)Alexis La Goutte14-6295/+6120
2014-12-14Add support for EAPOL-MKA (802.1x-2010)maisheri4-0/+791
2014-12-14Kerberos: import KRB5_AD_WIN2K_PAC dissection from old non ASN.1 based dissectorPascal Quantin1-18/+465
2014-12-14GSM SMS: fix dissection of Character Set IEPascal Quantin1-29/+14
2014-12-14[Automatic manuf, services and enterprise-numbers update for 2014-12-14]Gerald Combs3-42/+643
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier15-53/+53
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-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