aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris24-34/+0
2015-01-18proto.c: Update some comments to reflect realityBill Meier1-7/+8
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris9-9/+0
2015-01-18Remove seasonal memory from address resolution.Michael Mann1-4/+25
2015-01-18make things a bit easier to read...Martin Kaiser1-3/+4
2015-01-18remove trans_info parameter from dissect_usb_hid_report_item()Martin Kaiser1-6/+3
2015-01-18clean up the functions that dissect the hid requestsMartin Kaiser1-80/+80
2015-01-18remove redundant (and unused) paramter usb_trans_infoMartin Kaiser1-8/+8
2015-01-18[Automatic manuf, services and enterprise-numbers update for 2015-01-18]Gerald Combs3-8/+172
2015-01-18ISUP: add dissection of generic number qualifier indicatorPascal Quantin1-5/+21
2015-01-18HTTP: revert a change done in g0ee179cPascal Quantin1-1/+3
2015-01-18no need for if(tree)Martin Kaiser1-7/+4
2015-01-18ftype (integer): fix Uninitialized argument value found by Clang AnalyzerMichael Mann1-0/+3
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin7-229/+184
2015-01-18LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin1-4/+6
2015-01-18ASN.1: regenerate dissectors after g506409dPascal Quantin5-13/+13
2015-01-18We need epan/wmem/wmem.h regardless of whether we have GeoIP.Guy Harris1-4/+6
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris29-401/+511
2015-01-18Try to make Mac OS X Buildbots happyAlexis La Goutte1-2/+2
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann7-20/+27
2015-01-18Remove ep_strndupMichael Mann4-37/+24
2015-01-18Remove emem from GeoIPMichael Mann4-29/+64
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann4-22/+31
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann4-14/+12
2015-01-17Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann3-27/+24
2015-01-17DHCP/BOOTP: Option 125 Suboption: (1) option-len always expects 1 but specifi...Alexis La Goutte1-2/+2
2015-01-17X509AF: dissect Certificate Serial Number as INT64 instead of INT32Pascal Quantin1-4/+4
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann2-9/+12
2015-01-17Added Card Application Toolkit Transport Protocol (CATTP) dissectorSebastian Kloeppel3-0/+608
2015-01-17Correct PF field offset when looking for DARussel1-1/+1
2015-01-17dissect CCRC, APRC and the APDU body's dataMartin Kaiser1-2/+28
2015-01-17dissect the serial characters and the CRCMartin Kaiser1-2/+35
2015-01-17RSYNC: Malformed Packet on rsync-version with length 2Alexis La Goutte1-2/+2
2015-01-17EAPOL-MKA: Included fixes for the distributed sak handling.maisheri1-3/+19
2015-01-16USB: do not put usb_address_t structure on stack and initialize it completely...Pascal Quantin1-16/+17
2015-01-16Update a commentPascal Quantin1-2/+2
2015-01-16Update comment to reflect the current reality.Guy Harris1-1/+2
2015-01-16IS-IS: Add missing i variable for subclv loop (IS Reachability)Alexis La Goutte1-1/+1
2015-01-16IS-IS: wrong length for SubTLV 18 (TE default Metric)Alexis La Goutte1-1/+1
2015-01-16Kill more unused emem functionsEvan Huus2-54/+1
2015-01-16ZBee ZCL: use tvb_get_guint8() (avoid tvb_get_ptr... !)Alexis La Goutte1-1/+1
2015-01-16GSM SIM: enhance dissection of APDU Class bytePascal Quantin1-9/+73
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann23-101/+101
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann5-18/+18
2015-01-16bug 10833 undecoded bitmaps were being displayed raw which is hard to interpr...Chris Brandson1-70/+105
2015-01-16(Trivial) Move a comment next to the code related to it.Jeff Morriss1-7/+7
2015-01-16Quakeworld: Nesting level does not match indendation (CID 1159218)Alexis La Goutte1-1/+2
2015-01-16Remove the last two true calls to se_alloc.Michael Mann2-11/+35
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann7-11/+11
2015-01-15Conversation Table : Copy-paste error (CID 1262415)Alexis La Goutte1-1/+1