aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15NetFlow: Assign instead of compare (CID 1262419 & 1262420)Alexis La Goutte1-2/+2
2015-01-15Address to str: Missing break in switch (CID 1262416 & 1262417)Alexis La Goutte1-0/+3
2015-01-15HTTP: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-1/+1
2015-01-15ZigBee: packet scope memory cannot be used for BASE_CUSTOM callbacksPascal Quantin2-2/+8
2015-01-15HTTP Dissector: Add CitrixAGBasic authenticationUli Heilmeier1-0/+122
2015-01-15remove the executable bits from packet-zvt.cMartin Kaiser1-0/+0
2015-01-15start a dissector for ZVT KassenschnittstelleMartin Kaiser3-0/+355
2015-01-15Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK asAndersBroman1-5/+31
2015-01-15ZigBee: don't use packet_scope outside of dissectionEvan Huus1-14/+26
2015-01-15rsvp: fix typoEvan Huus1-1/+1
2015-01-15Netflow: Fix spelling of 'latitude'Martin Mathieson1-2/+2
2015-01-15Update to libnghttp2 0.7.1Alexis La Goutte14-234/+622
2015-01-15RSVP: Add support of GMPLS Support for Metro Ethernet Forum and G.8011 (RFC 6...Miltos Patsiouras2-4/+350
2015-01-15CAPWAP: Add a IEE802.11 Message Element Type (RFC5416)Alexis La Goutte3-6/+76
2015-01-15CAPWAP: Add some IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-3/+288
2015-01-15CAPWAP: Add a new Message Element Type (RFC5415)Alexis La Goutte1-0/+56
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman22-59/+59
2015-01-14HTTP: allocate header_name in packet scope instead of file scopePascal Quantin1-4/+2
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris6-24/+9
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris1-7/+6
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin3-110/+518
2015-01-13UAT error string pointers should not be const pointers.Guy Harris31-65/+68
2015-01-13[GPRS CDR]Fix faulty ASN1 modificationAndersBroman1-1/+6
2015-01-13[GPRS CDR] Handle Rel 7 CDRsAndersBroman1-189/+555
2015-01-13When allocating address structures, use wmem_new0().Guy Harris3-8/+8
2015-01-13Do bounds checking when decompressing WCP packets.Guy Harris1-34/+82
2015-01-12Fix casting compiler warningMichael Mann1-1/+1
2015-01-12Remove ep_strbuf codeEvan Huus2-186/+0
2015-01-12Remove emem APIs from UAT functionality.Michael Mann14-109/+170
2015-01-12[GPRS CDR] Add expert info for unknown record types.AndersBroman1-5/+22
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman7-21/+82
2015-01-12ISIS: Add code and length for SubTLV Extended IS ReachabilityAlexis La Goutte1-25/+85
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin4-4/+4
2015-01-11Fix some more regressions introduced in gecaa1f8Pascal Quantin2-36/+33
2015-01-11Lemon: Update lemon toolsAlexis La Goutte4-4/+4
2015-01-11packet-mq: Avoid using sort in dissectorRobert Grange4-3055/+2979
2015-01-11[Automatic manuf, services and enterprise-numbers update for 2015-01-11]Gerald Combs3-24/+302
2015-01-11FDDI: fix a memory corruption introduced in gecaa1f8Pascal Quantin1-2/+2
2015-01-11LTE RRC: upgrade dissector to v12.4.0Pascal Quantin1-1476/+6681
2015-01-11Restore #undef HAVE_STDLIB_H and #undef HAVE_STRING_H in kerberos dissector.Michael Mann1-3/+5
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann11-23/+28
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris17-51/+51