index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
asn1
/
ansi_tcap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some spelling & grammar.
Bill Meier
2014-09-09
1
-1
/
+1
*
Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.
Michael Mann
2014-08-09
1
-5
/
+13
*
Add some files under asn1 to the distribution.
Guy Harris
2014-07-30
1
-1
/
+1
*
convert to proto_tree_add_subtree[_format] for ASN.1 dissectors
Michael Mann
2014-06-22
1
-2
/
+1
*
Revert "Update ASN.1 source files with the API changes done in g021e7af"
Pascal Quantin
2014-06-19
1
-4
/
+4
*
Update ASN.1 source files with the API changes done in g021e7af
Pascal Quantin
2014-06-18
1
-4
/
+4
*
Remove unused const variables errors seen with recent Clang version
Pascal Quantin
2014-03-15
1
-0
/
+3
*
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...
Bill Meier
2014-02-26
2
-13
/
+13
*
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Jeff Morriss
2014-02-18
7
-15
/
+0
*
Don't cast away constness.
Guy Harris
2014-01-14
2
-2
/
+2
*
Move tcap and camel "persistent data" functionality to the dissectors themsel...
Michael Mann
2013-12-30
1
-1
/
+7
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-2
/
+2
*
Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bit
Evan Huus
2013-11-23
1
-13
/
+14
*
Add a data parameter to call_ber_oid_callback to be able to pass data to subd...
Michael Mann
2013-10-31
1
-1
/
+1
*
Have ANSI TCAP dissector pass data through subdissector parameter instead of ...
Michael Mann
2013-10-27
1
-2
/
+1
*
Remove all non-ASCII characters from all .asn files. I didn't see the harm i...
Chris Maynard
2013-09-18
1
-3
/
+3
*
Convert a batch of asn1 dissectors from emem to wmem.
Evan Huus
2013-06-19
1
-7
/
+7
*
Another set of asn1 protocols can now be generated with cmake
Jörg Mayer
2013-05-07
1
-0
/
+31
*
Just whitespace changes
Jörg Mayer
2013-05-05
1
-1
/
+1
*
Stub cmake support for generating the asn1 dissectors.
Jörg Mayer
2013-04-23
1
-0
/
+23
*
svn path=/trunk/; revision=48440
Anders Broman
2013-03-20
1
-0
/
+2
*
From beroset:
Anders Broman
2013-03-19
1
-1
/
+1
*
Make all enum_val_t's const.
Jeff Morriss
2012-11-29
1
-44
/
+44
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
make hash key session scoped
Michael Mann
2012-08-18
1
-15
/
+4
*
Mark a parameter as unused.
Guy Harris
2012-08-18
1
-7
/
+5
*
epan/dissectors/packet-ansi_tcap.c shouldn't be edited - it's generated
Guy Harris
2012-08-18
1
-4
/
+1
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
4
-4
/
+4
*
Get rid of Warnings.
Anders Broman
2011-11-19
1
-6
/
+6
*
Add a dissector table for National operation codes.
Anders Broman
2011-11-17
1
-6
/
+14
*
Dissect national Opcode.
Anders Broman
2011-11-16
2
-4
/
+110
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-2
/
+2
*
Build the ASN.1 dissectors directly into epan/dissectors (rather than building
Jeff Morriss
2011-10-10
1
-4
/
+0
*
Introduce preferences to set the strictness of Invoke/response
Anders Broman
2011-02-04
1
-8
/
+41
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-2
/
+2
*
Decode parameters as ASN.1 directly and avoid interpreting as an OCTET STRING.
Graeme Lunt
2010-06-29
1
-29
/
+6
*
tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...
Jeff Morriss
2010-06-04
1
-1
/
+1
*
#include <stdio.h> not needed.
Bill Meier
2010-04-06
1
-1
/
+0
*
Remove redundant calls to check_col() in the .cnf files and regenerate.
Anders Broman
2010-01-13
1
-14
/
+7
*
Make it possible to match transaction Id:s for Conversation where
Anders Broman
2009-12-02
1
-2
/
+14
*
Remove more unused variables/forward declarations
Kovarththanan Rajaratnam
2009-10-11
1
-6
/
+3
*
Make some ett/hf variables static
Kovarththanan Rajaratnam
2009-10-11
1
-6
/
+6
*
Make all proto_* values static.
Stig Bjørlykke
2009-10-11
1
-1
/
+1
*
ansi-tcap -> ansi_tcap to make directory name consistent with filenames
Kovarththanan Rajaratnam
2009-10-10
8
-0
/
+1151