aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Cosmetic changesAnders Broman1-97/+103
2012-04-14Set direction according to destination address field also (and not only origi...pascal1-44/+143
2012-04-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6202 :pascal1-38/+27
2012-04-14From Tyson Key: Support for PN532 InDeselect, Release, and InSelect Command a...Anders Broman1-10/+50
2012-04-13"OUI", not "OID", for IEEE OUIs.Guy Harris1-4/+4
2012-04-13Patch from Alex Lindberg to update the LLDP dissector to displayGuy Harris4-48/+79
2012-04-13Add uint_get_manuf_name() and uint_get_manuf_name_if_known() routines,Guy Harris2-20/+68
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki25-38/+37
2012-04-13From Tyson Key:pascal1-28/+92
2012-04-13GUINT_TO_POINTER() causes warnings when passed something *shorter* thanGuy Harris1-1/+1
2012-04-13Clean up white space.Guy Harris1-1668/+1637
2012-04-13Try to fix OSX builds.Jakub Zawadzki1-1/+2
2012-04-13Emphasize that TAG_DELIMITER must be a null-terminated string.Guy Harris1-0/+1
2012-04-13Update ICMPv6 to last IANA Parameters (2012-03-28) Alexis La Goutte1-19/+19
2012-04-13From Pascal Quantin:Anders Broman1-1/+7
2012-04-13From Cristian Constantin:Anders Broman1-2/+2
2012-04-13gunzip gzip:ed SIP bodies.Anders Broman1-4/+31
2012-04-13Needle for guint8_pbrk() must be NULL terminated. Fix bug #7070Jakub Zawadzki1-1/+1
2012-04-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6477:pascal1-2/+19
2012-04-13When skipping white space, don't skip past the end of the line.Guy Harris1-8/+38
2012-04-12Give some URLs for descriptions of RTMP.Guy Harris1-1/+12
2012-04-12Refactor to use dissect_gsm_map_msisdn().Anders Broman1-37/+13
2012-04-12Bugfix and enhancement of MM Context dissection.Anders Broman3-247/+477
2012-04-12From Nick Lowe:pascal1-3/+3
2012-04-12From Michael Mann: improved the IRC dissector to be able to pick out the CTCP...Anders Broman1-15/+393
2012-04-12From Martin Kaiser: CID 525 is about tvb_new_octet_aligned(). datalen can be ...Anders Broman1-0/+1
2012-04-12From Martin Kaiser: CID 476: add missing break. https://bugs.wireshark.org/bu...Anders Broman1-0/+1
2012-04-11From Nitinkumar Yemul:pascal3-0/+236
2012-04-11Clean up indentation (use 2 spaces)Alexis La Goutte1-887/+893
2012-04-11Update Extensible Authentication Protocol (EAP) Registry (2011-02-22)Alexis La Goutte1-4/+4
2012-04-11Fix:Jörg Mayer1-4/+4
2012-04-11Dissect IE Type = 106 fully.Anders Broman2-29/+337
2012-04-11Display Home NodeB name.pascal1-1/+1
2012-04-11The trial period is arguably over - no need for packet-ansi_map.c toGuy Harris1-13/+3
2012-04-11Get rid of redundant Dgt1_9_bcd digit set - passing NULL as the digitGuy Harris1-77/+70
2012-04-10From Martin Kaiser: DVB-CI host control: dissect pmt section by calling mpeg_...Anders Broman1-15/+23
2012-04-10For PDCP status reports, show each lost SN as a bit from the map.Martin Mathieson1-3/+3
2012-04-10Revert r42001Jakub Zawadzki1-35/+5
2012-04-10From Johannes Stezenbach:pascal1-1/+1
2012-04-10Fix #7056 + Remove mechanism global, unused variable.Jakub Zawadzki1-5/+26
2012-04-10Squelch a "dereferencing type-punned pointer" warning when compiling with GCC...pascal1-1/+1
2012-04-10Propagate http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42...Anders Broman1-3/+3
2012-04-10This should be enough to make buildbot happy (bug #7054)Jakub Zawadzki1-0/+1
2012-04-10Add missing consts.Jakub Zawadzki4-7/+7
2012-04-10Fix bug #7053, change ep_ to se_Jakub Zawadzki1-4/+11
2012-04-09If scrubbing memory is set, during alloc we can check if memory is still scru...Jakub Zawadzki1-5/+35
2012-04-09Mark some function static.Jakub Zawadzki7-36/+36
2012-04-09Fix 'overflow in implicit constant conversion', make it const.Jakub Zawadzki1-5/+5
2012-04-09Fix a few calls to tvb_bcd_dig_to_ep_str and proto_tree_add_itempascal1-10/+10
2012-04-09Add missing const attribute to some char *Jakub Zawadzki9-26/+26