aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-10-06The recent update to asn2wrs affected one additional dissector.Jörg Mayer1-1/+1
2013-10-06Fully support relative AP-titles in C12.22. Bug 9196 (https://bugs.wireshark...Michael Mann2-38/+92
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann14-17/+294
2013-10-06Add IEEE802.11ac VHT NDP announcement dissection. Bug 9224 (https://bugs.wir...Michael Mann1-0/+122
2013-10-06Improved zebra dissector. Bug 9219 (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-263/+409
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-1/+1
2013-10-05From Peter A. Bigot via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9225Evan Huus1-0/+2
2013-10-05remove some more if (tree) checksMartin Kaiser1-29/+23
2013-10-05add editor modelinesMartin Kaiser1-0/+13
2013-10-05remove some unnecessary if (tree) checksMartin Kaiser1-21/+13
2013-10-05From Jacob ErlbeckMartin Kaiser1-8/+18
2013-10-04Updated email address for Chris Bontje and myself.Graham Bloice1-5/+4
2013-10-04header length includes the adaptation headerMartin Kaiser1-4/+5
2013-10-04More DRX changesMartin Mathieson1-27/+99
2013-10-04TABs -> spacesMartin Kaiser1-26/+26
2013-10-04dissect the remaining components of the smart card descriptorMartin Kaiser1-4/+100
2013-10-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9228 :Pascal Quantin1-5/+14
2013-10-04From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9195:Graham Bloice1-15/+230
2013-10-04Initialize the SegmentType to the appropriate "Unknown" value so that if theEvan Huus1-0/+21
2013-10-04Rename epan/dissectors/packet-s5066.c toGuy Harris3-109/+110
2013-10-04From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9215Evan Huus1-17/+33
2013-10-04Mark unused parameter.Evan Huus1-1/+1
2013-10-03Add dissection of MBIM (extended) functional descriptorPascal Quantin2-432/+636
2013-10-03Try to please Linux and OSX buildbotsPascal Quantin1-0/+1
2013-10-03Fix dissection of MBIM_PIN_LIST_INFOPascal Quantin1-4/+25
2013-10-03More DRX changes - getting closer (still mostly untested)Martin Mathieson1-81/+159
2013-10-03Make expert items used in "low level" proto functions filterable (and ensure ...Michael Mann4-44/+78
2013-10-02Remove C++ commentsPascal Quantin1-3/+3
2013-10-02From Audric Schiltknecht via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Pascal Quantin1-1/+1
2013-10-02Add dissection of GSM/CDMA SMS in PDU modePascal Quantin2-21/+60
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin4-36/+20
2013-10-02From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9216 ss...Alexis La Goutte1-4/+5
2013-10-02Let's please fix-encoding-args.plPascal Quantin1-3/+3
2013-10-02More progress on DRX checkingMartin Mathieson1-67/+134
2013-10-02Revert files committed by mistake in r52331Pascal Quantin2-14/+6
2013-10-02From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin3-6/+98
2013-10-02From Pavel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9204 :Pascal Quantin1-1/+1
2013-10-02Textual corrections to EtherNet/IP dissector. Bug 9213 (https://bugs.wiresha...Michael Mann1-9/+9
2013-10-01Convert an _add_bytes to an _add_item (it used to be an _add_bytes_format priorEvan Huus1-2/+2
2013-10-01Add a dissector assert to _set_bytes like the one in _set_oid, noticed whileEvan Huus1-0/+2
2013-10-01Enable RC2 support with libgcryptAlexis La Goutte1-2/+2
2013-10-01Call mac_lte_drx_control_element_received and make it static againMartin Mathieson1-5/+5
2013-10-01FINALLY remove the check_col API so that reviewers won't have to mention that...Michael Mann2-17/+0
2013-10-01Remove check_col.Michael Mann3-25/+18
2013-10-01From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+2
2013-10-01Add MPS extensions as found on http://compliance.usb.org/mbim/Pascal Quantin1-13/+578
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann19-393/+387
2013-10-01Add cast.Evan Huus1-1/+1
2013-10-01Add some additional checks around the radiotap iterator initialization, to fixEvan Huus2-1/+19
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann14-337/+149