aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris6-24/+9
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris1-7/+6
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin3-110/+518
2015-01-13UAT error string pointers should not be const pointers.Guy Harris31-65/+68
2015-01-13[GPRS CDR]Fix faulty ASN1 modificationAndersBroman1-1/+6
2015-01-13[GPRS CDR] Handle Rel 7 CDRsAndersBroman1-189/+555
2015-01-13When allocating address structures, use wmem_new0().Guy Harris3-8/+8
2015-01-13Do bounds checking when decompressing WCP packets.Guy Harris1-34/+82
2015-01-12Fix casting compiler warningMichael Mann1-1/+1
2015-01-12Remove ep_strbuf codeEvan Huus2-186/+0
2015-01-12Remove emem APIs from UAT functionality.Michael Mann14-109/+170
2015-01-12[GPRS CDR] Add expert info for unknown record types.AndersBroman1-5/+22
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman7-21/+82
2015-01-12ISIS: Add code and length for SubTLV Extended IS ReachabilityAlexis La Goutte1-25/+85
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin4-4/+4
2015-01-11Fix some more regressions introduced in gecaa1f8Pascal Quantin2-36/+33
2015-01-11Lemon: Update lemon toolsAlexis La Goutte4-4/+4
2015-01-11packet-mq: Avoid using sort in dissectorRobert Grange4-3055/+2979
2015-01-11[Automatic manuf, services and enterprise-numbers update for 2015-01-11]Gerald Combs3-24/+302
2015-01-11FDDI: fix a memory corruption introduced in gecaa1f8Pascal Quantin1-2/+2
2015-01-11LTE RRC: upgrade dissector to v12.4.0Pascal Quantin1-1476/+6681
2015-01-11Restore #undef HAVE_STDLIB_H and #undef HAVE_STRING_H in kerberos dissector.Michael Mann1-3/+5
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann11-23/+28
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris17-51/+51
2015-01-10Netflow: do transport resolution on ports (if know they are UDP or TCP)Martin Mathieson1-1/+31
2015-01-10Remove ep_ allocated memory from get_conversation_filter and just return a g_...Michael Mann2-10/+10
2015-01-10Add BASE_SPACE for FT_BYTESMichael Mann3-45/+34
2015-01-10Add preference to display spaces between bytes for FT_BYTES fields.Michael Mann4-14/+30
2015-01-10Sort the value_string_exts at dissector registration time.Guy Harris1-18/+5
2015-01-10Squelch a compiler warning.Guy Harris1-4/+2
2015-01-10packet-mq: sort some value_string_ext in dissectorRobert Grange1-38/+54
2015-01-10MQ: ensure that at least 4 bytes were captured before doing heuristic checksPascal Quantin1-1/+1
2015-01-10UTS: fix Copy-paste error (CID 11158603)Alexis La Goutte1-1/+1
2015-01-10ISMACRYP: fix Copy-paste error (CID 11158602)Alexis La Goutte1-1/+1
2015-01-10CTDB: fix Copy-paste error (CID 11158596)Alexis La Goutte1-1/+1
2015-01-10NLM: fix Copy-paste error (CID 11158588)Alexis La Goutte1-3/+1
2015-01-10to_str (epan): fix parameter 'scope' not found in the function declaration [-...Alexis La Goutte2-3/+3
2015-01-10Bluetooth: A2DP: APT-X: Unhardcode stream configurationMichal Labedzki4-43/+130
2015-01-10Bluetooth: HCI: Detect Vendor by "Read Local Version Information"Michal Labedzki5-13/+202
2015-01-10Bluetooth: SMP: Add missing opcode for "Identity Address Information"Michal Labedzki4-12/+34
2015-01-10Bluetooth: Add HCI Vendor Broadcom dissectorMichal Labedzki7-58/+1490
2015-01-10Bluetooth: ATT: Dissect opcode with more precisionMichal Labedzki1-5/+33
2015-01-10USB: Fix Conversation/Endpoint filtersMichal Labedzki4-18/+52
2015-01-10IS-IS: Incorrect decoding of IPv4 Interface/Neighbor Address sub-TLVs in Exte...Alexis La Goutte1-5/+5
2015-01-10Remove/replace ep_strsplit()Evan Huus5-95/+19
2015-01-09Fix airpdcap debugging code.Gerald Combs1-6/+8
2015-01-09Netflow: Fix some duplicate label namesMartin Mathieson1-9/+8
2015-01-09Some typos fixed.Dario Lombardo5-9/+9
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann10-72/+51