aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus10-72/+70
2013-06-19From Anders:Jeff Morriss1-4/+7
2013-06-19support extended size boxes, 2nd attemptMartin Kaiser1-29/+71
2013-06-19Add export of SS7 OPC/DPCPascal Quantin3-28/+115
2013-06-19Fix display of "(correct)"/"(incorrect)" indication for the CRC.Guy Harris1-3/+3
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus4-20/+20
2013-06-19Rework the change from r15595 a bit: when creating a TVB subset, always giveJeff Morriss1-6/+13
2013-06-19One of the unused hf's commented out in r47389 was not used due to aJeff Morriss1-4/+2
2013-06-19Remove traling whitespace.Jörg Mayer2-18/+18
2013-06-19Rework wmem scoping limits so that users can still get a handle to a pool whenEvan Huus5-31/+35
2013-06-19revert the extended size box changes for now,Martin Kaiser1-59/+35
2013-06-19explicitly use 64bit variables, g(u)int is not 64bit everywhereMartin Kaiser1-14/+14
2013-06-19Convert DNS dissector to wmem, including first actual usage of wmem's red-blackEvan Huus1-23/+23
2013-06-19support extended size boxes, general cleanupMartin Kaiser1-22/+46
2013-06-19Add wmem_strbuf_new_label as just a sized new for label lengths.Evan Huus1-0/+3
2013-06-19Add a comment about how it would nice for display filter macro fieldsMartin Mathieson1-1/+4
2013-06-19etypes.h needs value_string.hMartin Kaiser1-0/+1
2013-06-19Fet rid of a global variablePascal Quantin1-36/+43
2013-06-19Clean up wmem_strsplit to remove a bunch of weird switch statements andEvan Huus1-21/+16
2013-06-19Get rid of global variablesPascal Quantin1-28/+30
2013-06-19Regenerate dissectorPascal Quantin2-2/+2
2013-06-19Fix CID 1033205: Dead default in switch (DEADCODE)Jörg Mayer1-2/+2
2013-06-19Fix CID 712341: Dereference null return value (NULL_RETURNS)Jörg Mayer2-4/+5
2013-06-19Fix CID 1034293: Missing break in switch (MISSING_BREAK)Jörg Mayer1-0/+1
2013-06-18Add an option (switched off) to decode the Contention Resolution body asMartin Mathieson1-1/+16
2013-06-18From Anders: Fix the highlighted length, add PDU description as a comment.Jeff Morriss1-4/+31
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin3-37/+83
2013-06-18Set PDCP SN length for DRBs for separate RRC element.Martin Mathieson1-1/+4
2013-06-18Also signal value of PDCP SN (only used if enabled by RLC preferences).Martin Mathieson2-1/+26
2013-06-18Resurrect wmem_memdup in its own misc. utilities group. Emem provides it, so weEvan Huus6-0/+160
2013-06-18Add wmem_alloc_array, wmem_strsplit, wmem_strconcat.Evan Huus4-27/+195
2013-06-18Configure MAC LCID -> RLC channel settings from RRC.Martin Mathieson3-58/+161
2013-06-18Pass hfinfo and not hfindex to internal proto functions.Jakub Zawadzki1-47/+38
2013-06-18Refactor insert32 to use lookup_or_insert32 with the right flags.Evan Huus1-59/+17
2013-06-18Refactor lookup_or_insert32 to remove a bunch of continue and break statementsEvan Huus1-29/+24
2013-06-18Simplify node structure. Use a boolean for whether or not it's a subtree, and anEvan Huus1-34/+35
2013-06-18Factor function for node creation out and use it in several places.Evan Huus1-55/+39
2013-06-18Scrap wmem_memdup, it's not actually as useful as I thought it would be.Evan Huus3-48/+0
2013-06-18Factor common code for red-black tree array lookups into a helper function andEvan Huus1-38/+12
2013-06-18Remove wmem_tree_create_subtree, it does nothing we can't do withEvan Huus1-16/+1
2013-06-18Factor string-packing code into a common function to use in both insert_stringEvan Huus1-48/+25
2013-06-18Add test block for wmem_tree_lookup32_array_le(), fix other tests where certainEvan Huus1-2/+26
2013-06-18Wmem tree tests with non-trivial keys.Evan Huus1-3/+5
2013-06-18Re-port a bunch of the red-black tree code from wmem with fewer modifications,Evan Huus3-138/+315
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin6-23/+112
2013-06-18From Anders:Jeff Morriss1-5/+8
2013-06-18Add tests for red-black tree array keys, if0-ed out until I can make them notEvan Huus1-4/+74
2013-06-17Extract some common code for array lookups, and replace some DISSECTOREvan Huus1-42/+18
2013-06-17From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8810Evan Huus1-2/+2
2013-06-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8809Evan Huus1-2/+2