aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Add some missing wmem includes that apparently only show up on Windows.Evan Huus2-13/+15
2013-06-19Based on patch from gyanesh via https://bugs.wireshark.org/bugzilla/show_bug....Evan Huus1-2/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus15-137/+146
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 Quantin1-8/+40
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-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-19Fet rid of a global variablePascal Quantin1-36/+43
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 Quantin2-36/+80
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-18Configure MAC LCID -> RLC channel settings from RRC.Martin Mathieson3-58/+161
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin4-23/+99
2013-06-18From Anders:Jeff Morriss1-5/+8
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
2013-06-17More PDU export work:Pascal Quantin1-4/+29
2013-06-17Fix 7bit ASCII / IA5 SMS dissection broken in r49910Pascal Quantin1-0/+6
2013-06-17Ensure that the length parameter to dissect_per_length_determinant isEvan Huus1-0/+3
2013-06-17Apply r49983 to other dissectorsPascal Quantin3-3/+3
2013-06-17tvb_length_remaining() can return -1 so don't cast its return value to an uns...Chris Maynard1-1/+1
2013-06-17Misc tweaks to packet-http-urlencoded.cEvan Huus1-1/+15
2013-06-17Fix for previous commit, don't use string if get_form_key_value() failed.Jakub Zawadzki1-2/+2
2013-06-17Add small dissector for application/x-www-form-urlencodedJakub Zawadzki3-1/+220
2013-06-17Use a more compact display for the status bitmapPascal Quantin1-78/+24
2013-06-17Remove preceding zeroesPascal Quantin1-1/+1
2013-06-16fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8806Martin Kaiser1-13/+5
2013-06-16Clarify interface/test for DL HARQ id, and remove a trailing comma fromMartin Mathieson2-3/+3
2013-06-16Improve the way PDCP status PDUs are shown.Martin Mathieson1-9/+63
2013-06-16display some more box namesMartin Kaiser1-12/+42
2013-06-16Replace if-else-if with switch statementsMichael Mann1-26/+67
2013-06-14Remove check_col() and the occasional tree.Michael Mann28-483/+296
2013-06-14Fix IEEE802a OUI lookups.Chris Maynard1-9/+13
2013-06-14Removed check_col() and the occasional tree.Michael Mann72-1125/+719